本文介绍了如何在HTML电子邮件中嵌入图像以便显示?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我使用交换服务器发送电子邮件,我选择的电子邮件正文格式是HTML。

在电子邮件正文中我已嵌入多个图像或在电子邮件正文中有许多内嵌图像。



谢谢

Anis



我尝试了什么:



为了实现这一点,我使用了base64 ecoded data url作为图像链接。

但问题是它在发送后没有显示图像。

请尽快帮助,因为我处于死机状态。

Hi

I am sending email using exchange server and the email body format I choosen is HTML.
In the email body I've embedded several images or in email body there are many inline images .

Thanks
Anis

What I have tried:

To accomplish this I've used base64 ecoded data url as image link.
But the problem is its not displaying images after sent.
Please help ASAP as I am in a dead line.

推荐答案



这篇关于如何在HTML电子邮件中嵌入图像以便显示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 18:00