Hellow everyone. I have an autorepsonder system that emails pre-formatted messages to registered users on one of my clients websites. It is a basic PHP script that sends the particular message using hte mail() function. Everything works fine except for the fact that we want the email address contained in the message to be a hyperlink so that all the user has to do is click on it to create a new email to that particular address.
In my function I set a $body variable that contains the message and the email address to inquire more information.
Does anyone know how to make the email address a link?
Thanks in advance.