如何将带有图像(基本64字符串)的电子邮件中的html发送到Outlook,gmail等

时间:2015-04-29 14:50:13

标签: c# html

我创建了带图像的html(base 64 string)来发送邮件。 但是在Outlook上它不显示图像而不支持html。

该怎么做,请帮助我。

感谢 卡姆利什

1 个答案:

答案 0 :(得分:0)

这可能是您正在寻找的答案 - How to create an email with embedded images that is compatible with the most mail clients

请注意,图片是使用<img src="cid:....">

嵌入的