Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将热链接图像添加到电子邮件正文?
我想要的是“当点击图片时,它应该指向一个 url”> 图片本身应该作为一个链接。
只要接收电子邮件客户端支持 html 呈现,您就可以在 html 中执行此操作。
<a href="http://link.com"><img src="http://linktoimg.com/img.jpg" /></a>