Created
October 2, 2018 22:40
-
-
Save jkbryan/e22592c995ca7507b68c58245d5ded00 to your computer and use it in GitHub Desktop.
example-html-mail-template.html
This file contains 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
<!DOCTYPE html> | |
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>OBU Account created</title> | |
</head> | |
<body> | |
<h1 style="padding-left: 30px; font-family: verdana; font-size: 150%">OBU Account created</h1> | |
<h2 style="padding-left: 30px; font-family: verdana; font-size: 150%">Attributes:</h2> | |
<h3 style="padding-left: 30px; font-family: verdana; font-size: 100%">Account Name = [//Target/AccountName]</h3> | |
<h3 style="padding-left: 30px; font-family: verdana; font-size: 100%">DisplayName = [//Target/DisplayName]</h3> | |
<h3 style="padding-left: 30px; font-family: verdana; font-size: 100%">EmployeeType = [//Target/EmployeeType]</h3> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment