Skip to main content
Solved

How to show images of an email ?

  • November 27, 2017
  • 2 replies
  • 96 views

Forum|alt.badge.img

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>

Best answer by redgeographics

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • Best Answer
  • November 27, 2017

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.


david_r
Celebrity
  • 8394 replies
  • November 27, 2017

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