I wanted to use Email::MIME::CreateHTML as a substitute for
MIME::Lite::HTML as this module creates more standard messages.
However, it seems to me that this module does not set the charset of the
HTML part (properly). In the case of MIME::Lite::HTML I have the option
to set content-type.charset as well as HTMLCharset and TextCharset. Here
I found no way to do that... and I got [ Content-Type: text/html;
charset="us-ascii" ] for an utf-8 HTML which obviously broke the
encoding of the mail.
Any ideas for a fix/workaround?
Thank you!