在邮件中嵌入图像并通过 Linux 邮件将其发送到 Outlook 2007

发布于 2024-11-06 01:24:37 字数 269 浏览 2 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丑疤怪 2024-11-13 01:24:37

不适用于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文