carlg Posted November 25, 2007 Share Posted November 25, 2007 I use php to create an email that gets sent out. There are some hyperlinks in the mail. When the user gets the mail, I want them to be able to click on the links. The following link works fine www.mydomain.com but this link www.mydomain.com/abc.php?myvar=12 does not. It appears in the mail, but it appears as text that the user cannot click, the user is forced to copy/paste the link into browser. Any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/78816-solved-creating-email-using-php/ Share on other sites More sharing options...
revraz Posted November 25, 2007 Share Posted November 25, 2007 See if putting http:// in front of it works better. Quote Link to comment https://forums.phpfreaks.com/topic/78816-solved-creating-email-using-php/#findComment-398855 Share on other sites More sharing options...
carlg Posted November 25, 2007 Author Share Posted November 25, 2007 Thanks for the info That worked. Not sure why i need it here When I did www.mydomain.com it did not need the http:// Quote Link to comment https://forums.phpfreaks.com/topic/78816-solved-creating-email-using-php/#findComment-398862 Share on other sites More sharing options...
revraz Posted November 25, 2007 Share Posted November 25, 2007 Some email programs are funny like that. Make sure you mark this as Solved. Quote Link to comment https://forums.phpfreaks.com/topic/78816-solved-creating-email-using-php/#findComment-398865 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.