1

Topic: using CID Embedded Images in disclamer

I know there is a way to add custom text or html in each mail.

But how can you add CID Embedded Images

It works if you use image links, but my client would like to have embeded images.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: using CID Embedded Images in disclamer

- Excuse me, what's "CID embedded image"?
- How do you add CID embedded image in a static HTML file?

3

Re: using CID Embedded Images in disclamer

I wonder whether this works for you:

- Encode your image as a base64 encoded string.
- Use the encoded string  html <img> tag like this:

<img alt="My Image" src="data:image/jpeg;base64,/9j/4S/+RXhpZgAATU0AKgAAAAgACAESAAMAENkDZ5u8/61a+X...more encoding" />

4

Re: using CID Embedded Images in disclamer

ZhangHuangbin wrote:

I wonder whether this works for you:

- Encode your image as a base64 encoded string.
- Use the encoded string  html <img> tag like this:

<img alt="My Image" src="data:image/jpeg;base64,/9j/4S/+RXhpZgAATU0AKgAAAAgACAESAAMAENkDZ5u8/61a+X...more encoding" />

CID Embedded Images (Inline Images) read the 3 ways:
https://sendgrid.com/blog/embedding-ima … ils-facts/

It's my client that has this need. (for me Links are fine)