尝试直接插入它,这样您可以在电子邮件中的不同位置插入多个图像。
<img />
并为了使该帖子对其他人有用:如果您没有base64数据字符串,请在以下位置轻松创建一个字符串:。 。
电子邮件源代码看起来像这样,但是我真的无法告诉您该边界对象是什么:
To: email@email.de Subject: ... Content-Type: multipart/related; boundary="------------090303020209010600070908"This is a multi-part message in MIME format.--------------090303020209010600070908Content-Type: text/html; charset=ISO-8859-15Content-Transfer-Encoding: 7bit<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"> </head> <body bgcolor="#ffffff" text="#000000"> <img src="cid:part1.06090408.01060107" alt=""> </body></html>--------------090303020209010600070908Content-Type: image/png; name="moz-screenshot.png"Content-Transfer-Encoding: base64Content-ID: <part1.06090408.01060107>Content-Disposition: inline; filename="moz-screenshot.png"[base64 image data here]--------------090303020209010600070908--
//编辑:哦,我只是意识到,如果您从我的帖子中插入第一个代码片段来用thunderbird编写电子邮件,那么thunderbird会自动将html代码更改为与我的帖子中的第二个代码几乎相同。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)