I'd like to send a HTML email message with inline images (i.e. reference image attachments instead of using "pullfile").
This is done by using the following in the HTML email body:
<img src="cid:logo">
and adding the attachment with the following MIME header:
Content-ID: <logo>
See: http://en.wikipedia.org/wiki/MIME#Content-ID for details.
Is it possible to add this extra MIME header though the EasyLink API?