in reply to Re: Sending HTML emails HELP!in thread Sending HTML emails HELP!
I recommend you use MIME::Base64 to base64-encode the HTML, and include the "content-encoding: base64" header.
Otherwise, you will find that the HTML gets some extra newline characters where you don't want them (i.e. - in a hyperlink or image source attribute).