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.
我正在尝试通过 HTML 创建电子邮件传单,但是当我发送电子邮件时,只有文本不会显示传单的图像。
请建议我们如何在传单中添加本地图像,以便在发送电子邮件传单时,它也与图像一起使用。
确保您的图像具有绝对 URL(不是相对 URL),如下所示:
<img src="http://relaxitblog.com/wp-content/uploads/2018/05/javascript-style-guide-Semicolons.jpg">
然后,确保有权访问服务器上的此文件。