简体   繁体   中英

How to send unclickable links in email

I want to send the url as plain text in the emails sent through the asp.net application.Now it is automatically converting to hyperlinks. Please help.

One technique I know of is to have

www.url.<img src="" width="0" height="0">com

That way it won't be parsed as a web address whilst not impacting on the layout. If you're having issues with the <img> receiving some sort of styling then it may be better to use:

www.url.&#65279;com

Where &#65279; is a zero width non-breaking space.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM