在邮件中嵌入图像并通过 Linux 邮件将其发送到 Outlook 2007
如何使用 Linux 的 mail 命令将嵌入图像的 HTML 电子邮件发送到 Outlook 2007。
我尝试发送以下内容,但没有成功。
MIME-Version: 1.0
Content-Type: text/html;
<html>
<body>
<img src="data:image/gif;base64,R0l...IADs=" />
</body>
<html>
How to send a HTML email with embedded image to Outlook 2007 using Linux's mail command.
I tried to send the following, but it doesn't work.
MIME-Version: 1.0
Content-Type: text/html;
<html>
<body>
<img src="data:image/gif;base64,R0l...IADs=" />
</body>
<html>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不适用于 Outlook 2007,因为它不支持 data_uri 方案。
完成此操作的唯一方法是使用创建多部分/相关邮件设置图像的内容 ID,然后显示。
Will not work in Outlook 2007, since it doesn't support data_uri scheme.
The only way is to get this done is by using creating multipart/related mail setting the content-id for the image then displaying.