function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AncaDAncaD 

Visualforce email template does not display an embedded image

I built a Visualforce email template and need to have a logo displayed in the header. I have something like this:

 

<apex:image id="Logo" value="{!$Resource.Logo}" width="250" height="50" />

 

The image shows in Salesforce, in the HTML preview, but it does not show in the actual email.

 

 

Any suggestions would be greatly appreciated.

 

Thank you.