HelderBarros Posted August 22, 2009 Share Posted August 22, 2009 Hi I want to send a simple e-mail and I want to insert in a link. Do you have any tip to help me? Thanks for all! Link to comment https://forums.phpfreaks.com/topic/171394-insert-a-link-in-my-sent-mails-using-mail-function/ Share on other sites More sharing options...
PFMaBiSmAd Posted August 22, 2009 Share Posted August 22, 2009 In order to have a clickable link in an email, you must send an HTML email. When sending a plain test email (non-HTML) you should include a plain text link and instructions to copy/paste it in the browser address bar. There is an example of sending a HTML email in the manual - mail <--- link to php.net documentation Link to comment https://forums.phpfreaks.com/topic/171394-insert-a-link-in-my-sent-mails-using-mail-function/#findComment-903966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.