Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 电子邮件图像不会出现在ThunderBird中_Html_Image_Email_Thunderbird - Fatal编程技术网

Html 电子邮件图像不会出现在ThunderBird中

Html 电子邮件图像不会出现在ThunderBird中,html,image,email,thunderbird,Html,Image,Email,Thunderbird,我正在发送一封包含不同图像的电子邮件,这些图像被附加在适当的邮件中,并使用CID调用,问题是在其他邮件管理器中它会出现(Gmail、Hotmail、OutLook),但在ThunderBird中它不会出现,它只会在我使用适当的ThunderBird发送时出现 我将向您展示不同的代码: 雷鸟: Content-Type: multipart/related; boundary="------------090609020409030103090006" --------------090

我正在发送一封包含不同图像的电子邮件,这些图像被附加在适当的邮件中,并使用CID调用,问题是在其他邮件管理器中它会出现(Gmail、Hotmail、OutLook),但在ThunderBird中它不会出现,它只会在我使用适当的ThunderBird发送时出现 我将向您展示不同的代码:

雷鸟:

Content-Type: multipart/related;
boundary="------------090609020409030103090006"    

--------------090609020409030103090006
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<img src="cid:part4.03040206.04020800@gmail.com" width="44" border="0" height="44">

--------------090609020409030103090006
Content-Type: image/jpeg;
 name="Test Viernes 2.img1.jpg"
Content-Transfer-Encoding: base64
Content-ID: <part4.03040206.04020800@gmail.com>
Content-Disposition: inline;
 filename="Test Viernes 2.img1.jpg"
内容类型:多部分/相关;
边界=“-----------090609020409030103090006”
--------------090609020409030103090006
内容类型:text/html;字符集=ISO-8859-1
内容传输编码:7bit
--------------090609020409030103090006
内容类型:图像/jpeg;
name=“Test Viernes 2.img1.jpg”
内容传输编码:base64
内容ID:
内容配置:内联;
filename=“Test Viernes 2.img1.jpg”
我的代码:

Content-Type: multipart/mixed; charset=UTF-8;
boundary="mJonE6yirRSwGqpciLxBquR=_l8nG2jcGG"

--mJonE6yirRSwGqpciLxBquR=_l8nG2jcGG
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<IMG src=3D"cid:00003" width=3D44 height=3D44>

--mJonE6yirRSwGqpciLxBquR=_l8nG2jcGG
Content-Type: image/jpeg;
    name="Test Viernes 2.img1.jpg"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
    filename="Test Viernes 2.img1.jpg"
Content-ID: <00003>
内容类型:多部分/混合;字符集=UTF-8;
boundary=“mJonE6yirRSwGqpciLxBquR=\u l8nG2jcGG”
--mJonE6yirRSwGqpciLxBquR=\u l8nG2jcGG
内容类型:text/html;charset=“UTF-8”
内容传输编码:引用可打印
内容配置:内联
--mJonE6yirRSwGqpciLxBquR=\u l8nG2jcGG
内容类型:图像/jpeg;
name=“Test Viernes 2.img1.jpg”
内容传输编码:base64
内容配置:内联;
filename=“Test Viernes 2.img1.jpg”
内容ID:
我只是不明白他们之间的主要区别是什么,因为我只在ThunderBird中发现了这个问题,我使用的是ThunderBird 17.0.5


任何关于为什么会发生这种情况的建议,谢谢。

这都是因为内容类型:多部分/相关;多谢各位