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.
| SitePoint Sponsor |
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.



Please read the examples from the actual documentation before posting such a question...
http://us2.php.net/manual/en/function.mail.php
Read official example 1110.![]()


You'll need to change the e-mail's MIME content-type to text/html.
Bookmarks