How can I embed images in my E-mails?
It’s easy to embed images in your HTML emails with Auron Omni.
The most common way is by including an IMG tag that refers to a content-id. Auron Omni automatically adds content-ids to all attachments. The automatically added content-ids start at 1 and count upwards. The first attachment has content id 1, the next has 2, and so on.
This works whether the message is created from the manager, from one of the campaigns, or using the API.
For example, you can create a new message in the manager using the following HTML:
<p>Hi, this is an official message from MyCompany</p><p>Greetings!</p><img src="cid:1">
The src=”cid:1″ refers to the first attachment.
