http://www.perlmonks.org?node_id=1027110


in reply to html format email

You need to learn about MIME. A good way of sending both, text and HTML parts in a mail is MIME::Lite. Despite what its documentation says, it is one of the better APIs.

Replies are listed 'Best First'.
Re^2: html format email
by derby (Abbot) on Apr 05, 2013 at 10:08 UTC

    And if you're sending the HTML email to many recipients, you need to realize that the annoying way browsers render HTML is a glorious bastion of consistent standard conformance compared to the way email readers render HTML (that MSOutlook uses the HTML renderer from MSWord just boggles). MailChimp has a decent write up.

    -derby

    update: bad link to mailchimp updated.