将桌面图片添加到 HTML 电子邮件模板中

Add desktop picture into HTML email template

对于 html 电子邮件模板,我知道图片只有来自网络 (http://) 时才会显示,但是我如何将我自己的个人图片而不是来自网络的图片放入我的html 代码并且它仍然正确显示在我发送的电子邮件模板中?

您的图片必须托管在网络上的某个地方。您可以使用 imgur 或其他图像托管服务。一旦您将图像托管在某个地方,请为图像本身取 url 并将其放入您的 html.

编辑:来自@Syfer

Free hosting is not recommended. They tend to have a quota of counts before the links start showing images which might say hot linking is not allowed (or something similar). If you the email is for a client i would suggest hosting on their server or be ready to be marked as spam by the ESP's. – Syfer

大多数电子邮件系统都有可以包含您的图像的图像库或文件夹。最好将图像托管在与发送邮件的 IP 相同的 IP 上。我知道 mailChimp 和 CampaignMonitor 有这个功能。