/
How to add images to email templates
How to add images to email templates
Sometimes it is necessary to add images to the email templates so that they are rendered in the recipient's email client.
One example could be corporate email signatures with company logos.
Step-by-step guide
There are multiple steps to achieve this:
- Use an online Base64 encoder (we highly recommend this: https://www.base64encode.org/) to generate Base64 encoding of your image
Create a HTML img tag like :
<img width="100px" src="data:image/png;base64,iVBORw0...">
where "iVBORw0..." is the base64 encoded format of your image data. Change image/png to image/jpeg if you want to add JPG images instead of PNGs.
- Insert this img tag in your HTML template using the HTML editor. The rich text editor will not be suitable for this.
Related articles
More details on adding a signature is in the documentation: Add Signature with Company Logo to Emails
, multiple selections available,
Related content
How to remove previous messages from reply emails using split regex?
How to remove previous messages from reply emails using split regex?
Read with this
MD5 Fingerprints to filter inlined image attachments
MD5 Fingerprints to filter inlined image attachments
Read with this
Emails contain comments and all custom fields. How can I hide them?
Emails contain comments and all custom fields. How can I hide them?
Read with this
JETI vs. JIRA Comparison
JETI vs. JIRA Comparison
Read with this
How-to Articles for JETI
How-to Articles for JETI
Read with this
Email Templates
Email Templates
Read with this