use MIME::Lite::HTML; my $mailHTML = new MIME::Lite::HTML From => 'foo@bar.org', To => 'bar@foo.org', Subject => 'Mail in HTML with images'; $MIMEmail = $mailHTML->parse('http://www.perlmonks.org'); $MIMEmail->send; # or for win user : $mail->send_by_smtp('smtp.foo.org +');
In reply to Re: How to format email so Outlook renders HTML
by Beatnik
in thread How to format email so Outlook renders HTML
by f0dder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |