您可以将 data:uri 格式的图像发送到 GMail 吗?
我正在 Django 中制作一个网络应用程序,它将图像发送到用户的电子邮件中。
对我来说最有吸引力的发送图像的方式是 data:uri 格式。
但是,我测试了将包含 data:uri 图像的电子邮件发送到我的 GMail 帐户,并且电子邮件显示,但没有图像!
我知道 Chrome 和 Firefox 都可以打开 data:uri 图像。所以这不是浏览器的问题。但我在 GMail 中根本看不到 data:uri 图像。
GMail 不支持 data:uri 图片吗?或者我可能发错了?
I'm making a web app in Django that sends user an image to their email.
The way that seems most attractive to me for sending the image is in the data:uri format.
However, I tested sending this email with a data:uri image in it to my GMail account, and the email shows, but without the image!
I know that Chrome and Firefox can both open data:uri images. So it's not a browser problem. But I don't see the data:uri image in GMail at all.
Does GMail not support data:uri images? Or possibly I'm sending them wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不支持。它在 Outlook 等其他客户端中也被阻止。
一些原因:
您可以附加带有指向单独部分的 src 属性的图像使用内容 ID (CID) 的消息。
Not supported. It's also blocked in other clients like Outlook.
Some reasons:
You can attach an image with the src attribute pointing to a separate part of the message using a Content ID (CID).
不支持。
邮件客户端只需将其从您的帖子中删除即可。
以下是有关支持内容的一个很好的参考:
http://www.campaignmonitor.com/css/
It's not supported.
Mail clients simply remove this from your post.
Here is a good reference of what can be supported:
http://www.campaignmonitor.com/css/