Skip to main content
Solved

How to show images of an email ?

  • 27 November 2017
  • 2 replies
  • 44 views

I'm doing a custom HTML email with FMEServerEmailGenerator transformer and I'm trying to include an image as an attachment but it is not rendered in the email. How can I fix this?

And the html code: 

<a href="#" target="blank">
 <img style="display: block; outline: none; border: none;" src="img-logo.png" width="110" height="73" alt="Logo Compass" title="Logo Compass" />
</a>

Can you upload the image to a temporary webspace and then refer to it by its full url? That's how I usually do it.


There's a pretty decent overview of your options here: https://sendgrid.com/blog/embedding-images-emails-facts/

However, I like the simplicity of the solution proposed by @redgeographics


Reply