Skip to content

Instantly share code, notes, and snippets.

@plc
Created July 24, 2013 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plc/6072915 to your computer and use it in GitHub Desktop.
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
<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