Multi part mails

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
millan
Forum Newbie
Posts: 3
Joined: Fri Jul 25, 2003 6:13 pm

Multi part mails

Post 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
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post 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.
Post Reply