Gmail and Mac converting .net into links in a email body | Community
Skip to main content
Vlada_Prasolova
New Participant
April 20, 2016
Solved

Gmail and Mac converting .net into links in a email body

  • April 20, 2016
  • 1 reply
  • 2103 views

Hi!

i've recently encountered a problem with email display in gmail and mac mail clients.

they "think" that .net technologies are links and try to display them as such in an email

for example, i'm trying to say It works in C#, VB.NET, JavaScript, XML, XAML and when i send myself test email, the VB.NET is a link

this happens in gmail and mac. outlook is OK.

a few years ago i had a work around this by inserting a hidden link with blank formatting like:

<a href="asp.net/" target="_blank" style="color: #333333; text-decoration: none;">ASP&#46;NET</a>

and what i got was that the ASP.NET had not LOOKED it's a link, but when you point to it, it still was

that's really annoying b/c we are having lots of these technologies

may be there is a better solution to my problem now?

Best answer by SanfordWhiteman

Have you tried inserting a zero-width space to break it up? Try this (not in an <A> tag, just regular text):

     ASP.&#8203;NET

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
April 20, 2016

Have you tried inserting a zero-width space to break it up? Try this (not in an <A> tag, just regular text):

     ASP.&#8203;NET

Vlada_Prasolova
New Participant
April 22, 2016

thanks, Sanford!

this did help

SanfordWhiteman
New Participant
April 22, 2016

Great!