Skip to content

Instantly share code, notes, and snippets.

@niavesper
Created March 21, 2021 23:14
Show Gist options
  • Save niavesper/b190c7d3d69ebed0c6bb1b70962b8292 to your computer and use it in GitHub Desktop.
Save niavesper/b190c7d3d69ebed0c6bb1b70962b8292 to your computer and use it in GitHub Desktop.
<messaging:emailTemplate recipientType="User"
relatedToType="Case"
subject=" A New Case for the Communications Team Has Been Created: {!relatedTo.CaseNumber}"
replyTo="dhasupport@utah.gov" >
<messaging:htmlEmailBody >
<p>A new case for the Communications team has been created via the self-service web form (Hazel).</p>
<br/>Contact Name: {!relatedTo.Contact.Full_Name__c}
<br/>Subject: {!relatedTo.Subject}
<br/>Description: {!relatedTo.Description}
<br/><br/>
<br/>Below are the system changes related to the case.
<br/><br/>
<c:SysChangeList currentCaseId="{!relatedTo.Id}" /><br/><br/>
</messaging:htmlEmailBody>
</messaging:emailTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment