In my limited experience, I have had no issues with Email::MIME::CreateHTML. It also creates an object that Email::Sender can deliver. Do try it.
REgards
Gurunandan
On Fri, 2009-06-26 at 17:36 +0200, Jenda Krynicky wrote:
> Yes, the problem is very simple. Each mail client handles this
> differently. What works in one, fails with the other. This is what
> worked for me in Pegasus Mail:
>
> #!perl
> use Mail::Sender;
>
> eval {
> (new Mail::Sender)
> ->OpenMultipart({
