Skip to content

Instantly share code, notes, and snippets.

@kehers
Created February 24, 2018 10:48
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 kehers/334518b044b547147736d83a6c43825f to your computer and use it in GitHub Desktop.
Save kehers/334518b044b547147736d83a6c43825f to your computer and use it in GitHub Desktop.
simple email template for product updates
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>TheFeed.press - going premium</title>
<style type="text/css">
a {color: #0166d6;text-decoration: none}
body {-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; width: 100% !important; height: 100%; line-height: 1.6; }
@media only screen and (max-width: 640px) {
h1 {font-weight: 600 !important; margin: 20px 0 5px !important; }
h2 {font-weight: 600 !important; margin: 20px 0 5px !important; }
h3 {font-weight: 600 !important; margin: 20px 0 5px !important; }
h4 {font-weight: 600 !important; margin: 20px 0 5px !important; }
h1 {font-size: 22px !important; } h2 {font-size: 18px !important; }
h3 {font-size: 16px !important; } .container {width: 100% !important; }
.content {padding: 10px !important; }
.content-wrap {padding: 10px !important; }
.tbl-100 {width: 100% !important; }
}
</style>
</head>
<body itemscope itemtype="http://schema.org/EmailMessage" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; width: 100% !important; height: 100%; line-height: 1.6; margin: 0;">
<table class="body-wrap" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; width: 100%; margin: 0;">
<tr style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; margin: 0;">
<td class="container" width="600" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; vertical-align: top; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto;" valign="top">
<p>Hi, <a href="https://twitter.com/kehers">Opeyemi</a> here.</p>
<p>As we make changes to build a better service in the new year, TheFeed Press will be stop being a free service. Starting this month, the service will cost $5/quarter (less than $2/month). The first 3 months will be free.</p>
<h4>What does that mean for me?</h4>
<p>No, you are not paying right away. You have till April to (3 months free). Between now and then, we hope to be able to convince you it is worth it (if you are not convinced already). We will be releasing a couple of features and mobile apps for better discovery of content shared in your feed. By the way, the v1 of the Android app is available on <a href="https://play.google.com/store/apps/details?id=press.thefeed.thefeedpress">Google Play</a> already.</p>
<h4>Can’t it be free?!</h4>
<p>Running the service costs money (tools, services, infrastructure, development time, etc). There are ways to shift that cost from the users but the options will compromise the primary goal of the service or our core beliefs. An option for example is to make it completely free and monetise via ads (sponsored posts within your feed) but interrupting your feed with some random link (no matter how related) breaks the experience we would want users to have using the service. What's more, your privacy is very important to us—you are not the product.</p>
<p>Have a happy new year!</p>
</td>
</tr>
</table>
</body>
</html>
@kehers
Copy link
Author

kehers commented Feb 24, 2018

Screenshot here: https://imgur.com/a/a1G3A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment