How can I make it so when I am using the mail() function to send an email, that when HTML tags are used in the message such as the <a> tag for example, that they show up as HTML in the email, and not text? 😕
i don't believe you use mail to send html mails you'll need to use either the smtp stuff or i believe some header information. I'm sorry I can't help much more as I havn't attempted to use php to do that. However i have come acorss a lot of tutorials about it.
Hope that helps a little!