Redirecting email address to point to a site a url
In html, you can code in a url so that if an email address is clicked, it directs the person to a domain.
by Wally Glenn
HTML
If you would like to contact me, please visit: <a href="http://example.com" target="_blank" style="text-decoration: none; color: #000000;">[email protected]</a>.