html - Email Images dont show up in ThunderBird -


im sending email diferent images, images attached inside proper mail, , called cid, problem in other mail managers appears (gmail, hotmail, outlook) in thunder bird doesnt appear, appears when send proper thunderbird ill show diferent codes:

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" 

my code:

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> 

i cant understand whats major diference in between them, becouse found problem in thunderbird , im using thunderbird 17.0.5

any suggestions why happening, thank you.

it becouse of content-type: multipart/related; thank you.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -