2013-05-03 48 views
0

即時通訊發送不同圖像的電子郵件,圖像附加在正確的郵件,並與CID呼叫,問題是,在其他郵件管理器,它出現(Gmail,Hotmail的,OutLook),但在雷霆鳥它不出現,只出現時,我用正確的雷鳥發送 你生病秀diferent代碼:電子郵件圖像不顯示在ThunderBird

雷鳥:

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

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

<img src="cid:[email protected]" width="44" border="0" height="44"> 

--------------090609020409030103090006 
Content-Type: image/jpeg; 
name="Test Viernes 2.img1.jpg" 
Content-Transfer-Encoding: base64 
Content-ID: <[email protected]> 
Content-Disposition: inline; 
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> 

我只是不能理解它們之間的主要區別是什麼,因爲我只在ThunderBird中發現這個問題,並且使用雷鳥17.0.5

任何建議爲什麼會發生這種情況,謝謝。

回答

1

這全是因爲Content-Type:multipart/related;謝謝。

相關問題