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
Eric Witzerman 1Eric Witzerman 1 

How can I attach an image from the documents tab on a visualforce email template?

I have tried using this format: 

<apex:image id="Logo" value "url image link" /> 

But its not displaying the logo, just the link. 

Thanks,

Eric 
JeffreyStevensJeffreyStevens
Try using just an html <img> tag instead of the visualforce tag <image>

I use visualforce email templates - but I actually store my images someplace other than SF (on by web-site server).