How to send HTML email via php mail()?

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
Betty_S
Forum Newbie
Posts: 20
Joined: Tue Dec 05, 2006 3:40 am

How to send HTML email via php mail()?

Post by Betty_S »

Hi,

I'm using php function mail() to send emails.
However, I can only text.
Can I send HTML mail which inclids <a> links, <img> imgs, and font styles?

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Yes.
Post Reply