
davorg
Thaumaturge
/ Moderator
Jan 29, 2004, 10:38 AM
Post #2 of 4
(426 views)
|
1/ Are you sure you really want to do that? Many spam recognition systems automatically assume that pure-HTML email is spam. By sending HTML email you may be preventing many people from reading it. 2/ If you want to avoid this then you should send a properly formatted MIME message with an HTML version together with the same message in a text version. 3/ The best way to do this is to use MIME::Lite. 4/ If you want to avoid this advice, then the simplest solution to your problem is probably to include the correct Content-type header. -- Dave Cross, Perl Hacker, Trainer and Writer http://www.dave.org.uk/ Get more help at Perl Monks
|