English 中文(简体)
电子邮件在订货时显示文本为链接
原标题:gmail shows text as links while it shouldnt

Does anybody know if there is a special trick to make gmail not to show text as an htmllink? We are sending newsletters to our customers, and there is a possibility that in the text is something like "one-company.com inc." and gmail makes a link.

最佳回答

That can be done. you need to enclose all Dots (.) and at-the-rate-of @ symbols in < span>< / span> blocks. i.e x@y.com should become x< span>@< / span>y< span>.< span>com

问题回答

你也可以做到这一点。 这里的阴.是一只cher子。

   <a style="text-                                       
   decoration:none;color:yourchoice">your text whatever it may be</      
   a> 

Option 1: Img

树立形象。 当然,没有超链接。

Option 2: !important, inline

<!important to You inline Formats (<head> Formats are ignored in Gmail.

我怀疑,如果你能够控制。 这可能取决于终端用户的电子邮件环境,而默认的电子邮件则将一对一对一等物品转换成一个链接,除非用户在电子邮件中将这一特征移走。

你可以尝试

one-company&#046;com

<代码>&#046; 1. 期间为二等特性

如果这不奏效,就会给这一时期带来小幅形象,并给那里带来治沙。





相关问题
how does gmail detect mouse movement?

if you are inactive on gmail, by not moving your mouse for a while, it changes your chat status to orange which means idle. but when you start moving the mouse again it turns it back to green meaning ...

reading mails using python

how do i read mails from my mail box using python?? import getpass, imaplib M = imaplib.IMAP4( IMAP4.gmail.com:993 ) M.login(getpass.getuser(), getpass.getpass()) M.select() typ, data = M.search(None,...

SMTP Service not available

I am trying to create a web application which upon entering your email address and message , sends an email with this information from the email address. I used this: try { ...

How to auto log into gmail atom feed with Python?

Gmail has this sweet thing going on to get an atom feed: def gmail_url(user, pwd): return "https://"+str(user)+":"+str(pwd)+"@gmail.google.com/gmail/feed/atom" Now when you do this in a browser, ...

Can I build an addin for Gmail?

Is there a way I can create an addin for my Gmail account? Is GreaseMonkey the only real way? I use Gmail for customer service, and I d like to create a tool that looks up the customer and preps a ...

Web Link in a mail is not rendering as link in yahoo

string from = "abc@gmail.com"; string to = "xyz@gmail.com,xyz@yahoo.co.in"; string password="abcxyz"; MailMessage mail = new System.Net.Mail.MailMessage(); mail.To.Add(to); mail.From = new ...

热门标签