in my code I generate a body of a html email message. Part of it is following:
<a href="mylink.pl">SomeName.com</a>
When I receive this email in my Mail client or in Gmail and when I click the link I'm directed to the SomeName.com
and not to the mylink.pl
which is in the href part of the <a>
tag. And it looks that this situation occurs only for the .com
domains.
Any ideas how I could deal with this?