Page 1 of 1

Multi part mails

Posted: Thu Jul 31, 2003 12:32 pm
by millan
Hi,

how to compose mail message that will br multi part form? It need to have sepparate html and txt version of mail, and also some pictures that I use in html version.

Milan

Posted: Thu Jul 31, 2003 11:29 pm
by jmarcv
There are TONS of info (thats how I did it! <grin> ) on the net for MIME protocol.

Didn't check this, but it is a start
http://forums.devshed.com/archive/5/2003/06/1/25979

Try this:
http://search.yahoo.com/search?p=mime+m ... &fr=fp-top

Couldn't find the link I used to sort it all out, but this takes you to specs:
http://www.mhonarc.org/~ehood/MIME/2045/rfc2045.html

After you read all this, you are welcome to my code to send plain text, html, attachment, and maybe you can reverse engineer.