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

Side by Side Diff: src/templates/confirm-email.html

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Update with specification changes Created Jan. 12, 2018, 1:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!--**************************************************************************** ***
2 * Confirm Email Template
3 ****************************************************************************** - ->
4 <!--DOI-EMAIL-->
5 <!--SENDER-EMAIL-->confirm@eyeomail.com<!--/SENDER-EMAIL-->
6 <!--SENDER-NAME-->Marsha at Adblock Plus<!--/SENDER-NAME-->
7 <!--PRIORITY-->1<!--/PRIORITY-->
8 <!--TO-->$$FULLNAME$$<!--/TO-->
9 <!--SUBJECT-->Confirm your email address<!--/SUBJECT-->
10 <!--BODY-->
11 <html>
12 <head>
13 <title>Confirm Email</title>
14 <style type="text/css">
15 html,body{
16 margin:0;
17 padding:0;
18 height:100%;
19 border:none;
20 font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
21 }
22 </style>
23 </head>
24 <body bgcolor="#EBEBEB">
25 <div style="width:100%;height:100%;background-color:#EBEBEB">
26 <table border="0" cellspacing="0" cellpadding="0" width="600" bgcolor="#D9E1E8" align="center">
27 <tr>
28 <td width="600" height="70">
29 <img src="http://asp.backclick.de/email-header/email-header-anmeldebestaet igung.png">
30 </td>
31 </tr>
32 <tr>
33 <td colspan="2" width="600">
34
35 <table cellpadding="0" border="0" cellspacing="25" width="600">
36 <tr>
37 <td style="color:#003366;" width="600">
38 Hey $$FULLNAME$$,<br><br>
39
40 We take ad blocking seriously across all channels, so we want to mak e sure that you actually signed up for our new monthly Adblock Plus update.<br>< br>
41
42 Please confirm your email address by clicking on the link below:<br> <br>
43
44 $$DOI-LINK$$<br><br>
45
46 Thanks for subscribing. We promise not to use your email address for anything evil!<br><br>
47
48 The Adblock Plus Team<br><br>
49
50 If you were not expecting this email, please disregard it.<br><br>
51 </td>
52 </tr>
53 </table>
54 </td>
55 </tr>
56 </table>
57 </div>
58 </body>
59 </html>
60 <!--/BODY-->
61 <!--TEXT-->
62 Hey $$FULLNAME$$,
63
64 We take ad blocking seriously across all channels, so we want to make sure that you actually signed up for our new monthly Adblock Plus update.
65
66 Please confirm your email address by clicking on the link below:
67
68 $$DOI-LINK$$
69
70 Thanks for subscribing. We promise not to use your email address for anything ev il!
71
72 The Adblock Plus Team
73
74 If you were not expecting this email, please disregard it.
75 <!--/TEXT-->
76 <!--/DOI-EMAIL-->
OLDNEW

Powered by Google App Engine
This is Rietveld