Author Topic: clickable links in received email  (Read 3886 times)

Offline chatwizrd

  • Jr. Member
  • **
  • Posts: 19
clickable links in received email
« on: March 05, 2014, 02:25:44 PM »
Hi. Is there a way to make links clickable when I receive a text/html email but they did not wrap the link in an A tag? Currently I will receive an email with a web address but the link doesnt have the html to make it clickable. I would like it to make text that starts with http:// clickable.

Example:

Code: [Select]
http://www.domain.com

Where it should have been:

Code: [Select]
<a href="http://www.domain.com">http://www.domain.com</a>