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--> |