Skip to content

Instantly share code, notes, and snippets.

@sfdcfanboy
Last active April 10, 2017 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfdcfanboy/cce52db5811e98d2c101f3d1a237b2dd to your computer and use it in GitHub Desktop.
Save sfdcfanboy/cce52db5811e98d2c101f3d1a237b2dd to your computer and use it in GitHub Desktop.
<messaging:emailTemplate subject="Opportunities to verify" recipientType="Contact" relatedToType="Account">
<messaging:htmlEmailBody >
Good Morning! Here are the opporunities that needs verification. <br/><br/>
<c:OpportunitiesToVerify accountIdValue="{!relatedTo.Id}" />
ref: {!relatedTo.id}
</messaging:htmlEmailBody>
</messaging:emailTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment