Skip to content

Instantly share code, notes, and snippets.

@gewenyu99
Created August 31, 2023 22:41
Show Gist options
  • Save gewenyu99/2aec9246d1fd625714e0856a14955e2c to your computer and use it in GitHub Desktop.
Save gewenyu99/2aec9246d1fd625714e0856a14955e2c to your computer and use it in GitHub Desktop.
ChatGPT generated email template
<!DOCTYPE html>
<html>
<head>
<title>Your Cute Email From The {{{{project}}}} Project</title>
</head>
<body style="background-color: #f6f4f2; margin: 0; padding: 0; font-family: Arial, sans-serif;">
<!-- Email Wrapper -->
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; margin-top: 50px;">
<tr>
<!-- Header -->
<td bgcolor="#ffb6c1" style="padding: 20px 20px 20px 20px;">
<h1 style="margin: 0; color: white;">We Rep Your Cute Brand 🌸</h1>
</td>
</tr>
<!-- Main Content -->
<tr>
<td bgcolor="#ffffff" style="padding: 40px 30px 40px 30px;">
<h2 style="margin-top: 0; color: #333366;">Hello There!</h2>
<p style="margin-bottom: 20px; font-size: 16px; line-height: 1.5; color: #333;">We're excited to share some awesome news with you! 💖</p>
<p style="font-size: 16px; line-height: 1.5; color: #333;">You can click this link to be magically authenticated 🎉</p>
<!-- Call to Action -->
<a href="{{redirect}}" style="display: inline-block; margin-top: 20px; padding: 12px 25px; background-color: #ffb6c1; color: white; text-decoration: none; border-radius: 4px;">Discover Now</a>
</td>
</tr>
<!-- Footer -->
<tr>
<td bgcolor="#333366" style="padding: 20px 20px 20px 20px; color: white;">
<p style="margin: 0; font-size: 14px;">Thank you for being part of our community. 🌺</p>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment