Created
October 23, 2017 16:42
-
-
Save heywoodlh/91b0361e3a44e6d7ebef79a0f02ee230 to your computer and use it in GitHub Desktop.
Sample email html 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
| <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