hello
have been trying out MIME-Type mailers in php but there's this one thing that I really dont get. Content-ID
Read a really good article on MIME mailing on Zend and most of it I understand but where the images come from freak me out?
First started emails can have images links in the text/html part <img src="http://www.domain.co.za/images/image.name" ....
ok so this would work great if the whole world was on ADSL / ISDN and dialup died but it simply would not work in a real world .
then i tried boundarys and at some point they started using content-id :
then there was suddenly a <img src="cid:thislogo154">
apparently this is suppose to make the image inline, but what image since every single example I see of this never even show a hint of code that there is even a image except for the <img> tag
is the image an attachment or can I refer to an online image, where is the image?
?!?! so where is the logo because in the next bounday the image is referred to this Content-Id
sorry just very confused about this. any help would be sooooo appreciated.
😕