http://qs321.pair.com?node_id=317096


in reply to Sending HTML e-mail

There is no need to roll your own mailer. There are an assortment of modules that already do this for you. I personally use Mail::Sender. This module allows you to set the content-type to text/html.

- Tom

Replies are listed 'Best First'.
Re: Re: Sending HTML e-mail
by Anonymous Monk on Dec 30, 2003 at 00:26 UTC
    On this topic, does anyone have any code samples for sending html with a stylesheet/css attachment?

    I'm having trouble getting the html to show inline with OpenMultipart (maybe I'm not understanding all the multi-part options)