Page 1 of 1

Mailing Help- I need to mail an HTML e-mail

Posted: Mon May 29, 2006 11:20 pm
by tecktalkcm0391
HTML:
How do you make the mail(); function send a HTML e-mail.

Plain Text:
How do you make the body of the message have the equivent of <br> without having the code <br> show up in the e-mail?

Posted: Tue May 30, 2006 12:24 am
by hawleyjr
You should check out: phpmailer

For <br>'s use \n

Posted: Tue May 30, 2006 12:41 am
by tecktalkcm0391
what is phpmailer ?

Posted: Tue May 30, 2006 12:53 am
by Christopher
Have you looked at the PHP documention for the mail() function? It gives a very clear example of HTML mail that you can cut and paste.

Posted: Tue May 30, 2006 8:34 am
by hawleyjr
tecktalkcm0391 wrote:what is phpmailer ?
:roll:

http://www.google.com/search?complete=1 ... gle+Search