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?
Mailing Help- I need to mail an HTML e-mail
Moderator: General Moderators
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
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.
(#10850)