Hi, I'm using Mail_mime to add an inline image to an email with addHTMLImage. How do I use the file in my HTML message? In other words, how do you find out the CID of the image?
Problem solved. I modifed addHTMLImage to return cid instead of true on success. There is probably a better way to do it - maybe accessing the array that contains data about the image...