How to disable an email link?

前端 未结 7 2002
迷失自我
迷失自我 2020-12-31 09:22

I am using Ruby on Rails 3 and I would like to disable an email address link in a HTML email.

For example, if in an email I send some raw HTML like

相关标签:
7条回答
  • I have a more natural suggestion: wrap the email/url in an anchor hyperlink.

    <a name="myname">test@email.com</a>
    

    Since the text is already wrapped in a hyperlink, Gmail gives up and leave it alone. :)

    (Note: also worked for Apple mail client.)

    0 讨论(0)
提交回复
热议问题