Skip to content

Instantly share code, notes, and snippets.

@fschmittlein
Forked from MailPoet-Staff/sign-up-confirmation
Created February 27, 2022 15:50
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 fschmittlein/82e5f82ed0c6e7731c51f2b5e086ff77 to your computer and use it in GitHub Desktop.
Save fschmittlein/82e5f82ed0c6e7731c51f2b5e086ff77 to your computer and use it in GitHub Desktop.
MailPoet signup confirmation email
<!doctype html><html><head><meta charset="UTF-8"><title>Thanks for signing up</title></head><body bgcolor="#ffede3">
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffede3"><tr><td>
<table width="600" align="center" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"><tr><td colspan="3"><a href="http://www.mailpoet.com"><img style="display:block;border:0;outline:none;-ms-interpolation-mode:bicubic;" src="https://www.mailpoet.com/wp-content/uploads/2019/01/mailpoet-logo-orange-header.png" width="600" height="118" alt="MailPoet" /></a></td></tr><tr><td width="20"></td>
<td style="color:#071c6d;font-family:arial,sans-serif;font-size:15px;">
<b>Hello!</b>
Thanks for signing up.
Please confirm your subscription so you can start receiving emails from us:
[activation_link]<span style="display:inline-block;padding:10px 40px;color:#ffede3;background:#fe5301;font-family:Arial, Tahoma,sans-serif;font-size:15px;font-weight:bold;text-decoration:none;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;">Confirm your subscription</span>[/activation_link]
If you didn't sign up for this, just ignore this email.
Best wishes,
The MailPoet Team
</td><td width="20"></td></tr></table>
</td></tr></table></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment