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
TarentTarent 

How to set Header and Footer in Visualforce email tamplate?

How to set Header and Footer in Visualforce email tamplate?

SabrentSabrent

Create an Image of the Letterhead or Footer
save it in your personal or public Documents folder (Documents Tab in Salelesforce ).
Reference the image in image tags in the visualforce page email template.  

Eg.


<img src="
https://na3.salesforce.com/servlet/servlet.ImageServer?id=0xxxYYYxxxN&oid=00xxxYYYYzzxx" height="90" width="600"/> <br/><br/>

(Note: The first id is the record id of the doc and the oid is your org id found in the company info)

(Tip: Try to keep the image width to 600 pixels maximum, height is variable. Jpeg or Gif Image only)

P5P5
Please guide on the https://salesforce.stackexchange.com/questions/172409/how-to-load-images-header-and-footer-in-the-vf-email-template