How do I stop Outlook from rendering an email address as a mailto: link?

前端 未结 12 1304
生来不讨喜
生来不讨喜 2021-01-01 13:33

I am creating an HTML email to be sent to a user. If there is a valid email address to within an HTML email, Outlook will render it (normally helpfully) as a mailto: link.

12条回答
  •  死守一世寂寞
    2021-01-01 13:50

    I did it like this:

    username@@mail.com
    

    The parser was not able anymore to identify the e-mail and didn't add the "mailto" hyperlink.

提交回复
热议问题