| 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"> |
|
juliandoucette
2018/01/22 19:47:56
See https://gitlab.com/eyeo/spec/merge_requests/11
ire
2018/01/23 08:48:13
Okay i'll look into it. This review is just for th
juliandoucette
2018/01/23 17:00:48
Oh, I didn't know that you saw it that way. Will y
|
| + </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--> |