Created
March 20, 2017 02:19
-
-
Save dhoechst/4c68495f44f269a79d3647ed7f6ca095 to your computer and use it in GitHub Desktop.
Custom Label Email Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<messaging:emailTemplate subject="{!SUBSTITUTE($Label.AccountEmailSubject,'{0}', relatedTo.Name)}" | |
relatedToType="Account" language="{!relatedTo.Language__c}"> | |
<messaging:htmlEmailBody > | |
{!$Label.EmailBody} | |
</messaging:htmlEmailBody> | |
</messaging:emailTemplate> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment