kwstephenchan Posted November 13, 2009 Share Posted November 13, 2009 Hi, I have this program that searches the database and look for appropriate member and send a confirmation email to each one of them. In the email, I have a hyperlink to allow a reply to be sent back to me. My problem is that the hyperlink appears in a plain text in the email and is not clickable. I tried using the html tag <a href ... > </a> as well, it still does not work, instead, it displayed the html tag as well. Can someone help? Link to comment https://forums.phpfreaks.com/topic/181369-how-to-include-hyperlink-in-an-email-in-php/ Share on other sites More sharing options...
Schlo_50 Posted November 13, 2009 Share Posted November 13, 2009 Have your made sure that the headers in your script are setup to send html formatted email and not plain text? This tutorial should help you no end, especially the section "Sending HTML Email": http://www.webcheatsheet.com/php/send_email_text_html_attachment.php Link to comment https://forums.phpfreaks.com/topic/181369-how-to-include-hyperlink-in-an-email-in-php/#findComment-956740 Share on other sites More sharing options...
kwstephenchan Posted November 13, 2009 Author Share Posted November 13, 2009 Thanks for the advice. I am trying out what is suggested in the site. Although I have not solved the problem yet, I'll keep trying different scenario. Cheers. Link to comment https://forums.phpfreaks.com/topic/181369-how-to-include-hyperlink-in-an-email-in-php/#findComment-956829 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.