Jump to content

how to send html email using php mail() function


jeboy

Recommended Posts

you need to put the html headers in the header section of the mail function. Use the link below (in my sig) download the chm of the php manual and do a search for the mail() function. You will see examples of how to put the headers in. If you don't mind using classes there is a very easy class you can use that will do all of this for  you. See the link below.

http://phpmailer.sourceforge.net/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.