Skip to content

Instantly share code, notes, and snippets.

@supercleanse
Created August 19, 2015 19:57
Show Gist options
  • Save supercleanse/3242bc57d878cb3278db to your computer and use it in GitHub Desktop.
Save supercleanse/3242bc57d878cb3278db to your computer and use it in GitHub Desktop.
The default email template for MemberPress
<html style="font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; padding: 20px; position: relative; text-align: center; background-color: #efefef;">
<head>
<meta http-equiv="Content-Type" content="text/html;UTF-8" />
</head>
<body style="background-color: #efefef;">
<div id="header-pad" style="width: 680px; height: 5px; padding 0; margin: 0 auto; text-align: left;">
</div>
<?php echo $body; ?>
<div id="footer-pad" style="width: 680px; height: 50px; padding 0; margin: 0 auto; text-align: left;">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment