Created
July 24, 2013 17:59
-
-
Save plc/6072915 to your computer and use it in GitHub Desktop.
a plain text email template for userfox that allows links – just paste this into a new custom template in your userfox settings
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
<html> | |
<head> | |
<title>{{title}}</title> | |
</head> | |
<body> | |
<p>{{body}}</p> | |
<p>P.S. If you'd rather not receive emails, click <a href="{{unsub}}">here</a> to unsubscribe. No harm done!</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment