You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to embed images using "cid:image.png"? I can easily reference the cid in the body html... But how do I set the reference between the attached image file (using -a), and the Content-ID.
I've seen ways to do this with java setting multipart classes. But don't see how to translate that to sendEmail options.
Thanks
The text was updated successfully, but these errors were encountered:
if i´m not mistaken, image.png in the cid: url is looked up in the attachments simply by the filename by mail user agents. and sendEmail basically takes the basename of the attached file into Content-Disposition filename field. so just attach it like -a ./path/to/image.png.
Is there anyway to embed images using "cid:image.png"? I can easily reference the cid in the body html... But how do I set the reference between the attached image file (using -a), and the Content-ID.
I've seen ways to do this with java setting multipart classes. But don't see how to translate that to sendEmail options.
Thanks
The text was updated successfully, but these errors were encountered: