Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/templates/subscription-confirmed-email.html

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Addressed comments #20 Created Jan. 23, 2018, 8:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/templates/signup.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/templates/subscription-confirmed-email.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/templates/subscription-confirmed-email.html
@@ -0,0 +1,54 @@
+<!--*******************************************************************************
+* Subscription Confirmed Template
+****************************************************************************** -->
+<!--CONFIRM-EMAIL-->
+<!--SENDER-NAME-->Marsha at Adblock Plus<!--/SENDER-NAME-->
+<!--PRIORITY-->3<!--/PRIORITY-->
+<!--TO-->$$FULLNAME$$<!--/TO-->
+<!--SUBJECT-->Adblock Plus Newsletter Subscription Successful<!--/SUBJECT-->
+<!--BODY-->
+<html>
+<head>
+<title>test</title>
+<style type="text/css">
+html,body{
+ margin:0;
+ padding:0;
+ height:100%;
+ border:none;
+ font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
+}
+</style>
+</head>
+<body bgcolor="#EBEBEB">
+<div style="width:100%;height:100%;background-color:#EBEBEB">
+<table border="0" cellspacing="0" cellpadding="0" width="600" bgcolor="#D9E1E8" align="center">
+ <tr>
+ <td width="600" height="70">
+ <img src="http://asp.backclick.de/email-header/email-header-anmeldung-erfolgreich.png">
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" width="600">
+ <table cellpadding="0" border="0" cellspacing="25" width="600">
+ <tr>
+ <td style="color:#003366;" width="600">
+ Hey $$FULLNAME$$,<br><br>
+
+ Success email body here.
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</div>
+</body>
+</html>
+<!--/BODY-->
+<!--TEXT-->
+Hey $$FULLNAME$$,
+
+Success email body here.
+<!--/TEXT-->
+<!--/CONFIRM-EMAIL-->
« no previous file with comments | « src/templates/signup.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld