On Thu, 6 Dec 2001, Ranga Nathan wrote: > I have sent mail via Mail::Sender sometime ago. I now need to send HTML mail > like what I receive (yes mostly spam) from others. Can someone point me in > the right direction for the protocol required for this?
Aside from what's already been said, I found the following pretty helpful when I first had to do this: http://www.faqs.org/rfcs/rfc1521.html (Structure of headers, how the different encoding schemes work) http://www.faqs.org/rfcs/rfc2110.html (Addresses HTML mail pretty specifically) http://www.dsv.su.se/jpalme/ietf/mhtml-test/mhtml.html (Examples of different things). The combination of these three should give you enough background to assemble just about anything. -- Steve Revilak
