From: "Kevin James" <[EMAIL PROTECTED]>
> Is it possible to send HTML mail with Net::SMTP? Is there a snippet
> anywhere?

I do not use Net::SMTP so I can't provide a real snippet. You just 
need to add

        MIME-version: 1.0
        Content-type: text/html

to the message headers.

But if you'll need to attach some files later or provide a plain text 
alternative part you'd rather start using a module for that. Try either 
MIME::Lite or Mail::Sender. Both available from CPAN and via 
PPM.

Jenda

=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to