我正在使用基于64个数据URL编码的图像在
HTML中进行签名.
以下是一个例子:
以下是一个例子:
<img src="data:image/png;base64,iVBORw0KGgoAAAAN...kJggg==">
它的邮件软件作为邮件在Mac或Thunderbird工作不错,但它不工作与Gmail邮件,如Gmail,Outlook,roundcube,hotmail …
你有什么想法吗?
我真的想把这些图像直接放在源代码中,更实用.
解决方法
简单的答案?
你不行Gmail,Outlook等将忽略base64图像.
Look at this site to learn more about this
So based on our results,it is clearly not worth using embedded images in your emails. All you will be doing is forcing people to download encoded images that they will not be able to view.