Skip to content

Instantly share code, notes, and snippets.

@heywoodlh
Created October 23, 2017 16:42
Show Gist options
  • Save heywoodlh/91b0361e3a44e6d7ebef79a0f02ee230 to your computer and use it in GitHub Desktop.
Save heywoodlh/91b0361e3a44e6d7ebef79a0f02ee230 to your computer and use it in GitHub Desktop.
Sample email html template
<html>
<head>
<title>Sample email html template</title>
</head>
<body>
<table>
<tr>
<td>
This is a sample email html template
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment