gple Posted March 26, 2007 Share Posted March 26, 2007 I am using php mail to send email out to a list of people. In the suject I have a link but when receiving the email, the link is just text and not a hyperlink to click on. HOw can I format this in the PHP mail function to do this. Link to comment https://forums.phpfreaks.com/topic/44282-link-email-message/ Share on other sites More sharing options...
fert Posted March 26, 2007 Share Posted March 26, 2007 I'm pretty sure you can't put a link in the subject. Link to comment https://forums.phpfreaks.com/topic/44282-link-email-message/#findComment-215088 Share on other sites More sharing options...
gple Posted March 26, 2007 Author Share Posted March 26, 2007 Sorry not in the subject. I mean in the body of the page. Link to comment https://forums.phpfreaks.com/topic/44282-link-email-message/#findComment-215089 Share on other sites More sharing options...
TEENFRONT Posted March 26, 2007 Share Posted March 26, 2007 90% of webmail/email programs ( outlook, hotmail, gmail etc ) will parse a link in the body of an email anyway, so if ou simply type http://www.site.com it will come up as a link, much like these forums do. If you truly are having a problem, send a HTML email via php. But then you run into the problem that some webmail sites wont read the html, and simply attach it as a file, resulting in a low read rate. Link to comment https://forums.phpfreaks.com/topic/44282-link-email-message/#findComment-215102 Share on other sites More sharing options...
jitesh Posted March 26, 2007 Share Posted March 26, 2007 Can you placed a code for a body part ? Link to comment https://forums.phpfreaks.com/topic/44282-link-email-message/#findComment-215161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.