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
Multi part mails
Moderator: General Moderators
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.
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.