Foser Posted January 18, 2008 Share Posted January 18, 2008 I'm trying to make a emailer through php, I',m trying to see if I need a some kind of html injector in order to send out a hyperlink to everyone I send this to. Would I need to have a hyperlink or just by writing http://www.link.com it will automatically make it a link through most peoples email interface? Quote Link to comment https://forums.phpfreaks.com/topic/86572-email-reaction/ Share on other sites More sharing options...
Lamez Posted January 18, 2008 Share Posted January 18, 2008 I am not too sure if I, or anybody else here understands what you are asking. Can you rephrase the question? Quote Link to comment https://forums.phpfreaks.com/topic/86572-email-reaction/#findComment-442358 Share on other sites More sharing options...
Nhoj Posted January 18, 2008 Share Posted January 18, 2008 It depends on whether or not they have HTML e-mail enabled.. If your client base is using text based e-mail only, you aren't going to be able to link it. If your clients do have html e-mail you can use: <a href="http://link.com">http://link.com</a> And that will link them Quote Link to comment https://forums.phpfreaks.com/topic/86572-email-reaction/#findComment-442359 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.