OLD | NEW |
(Empty) | |
| 1 <!--****************************************************************************
*** |
| 2 * Subscription Confirmed Template |
| 3 ****************************************************************************** -
-> |
| 4 <!--CONFIRM-EMAIL--> |
| 5 <!--SENDER-NAME-->Marsha at Adblock Plus<!--/SENDER-NAME--> |
| 6 <!--PRIORITY-->3<!--/PRIORITY--> |
| 7 <!--TO-->$$FULLNAME$$<!--/TO--> |
| 8 <!--SUBJECT-->Adblock Plus Newsletter Subscription Successful<!--/SUBJECT--> |
| 9 <!--BODY--> |
| 10 <html> |
| 11 <head> |
| 12 <title>test</title> |
| 13 <style type="text/css"> |
| 14 html,body{ |
| 15 margin:0; |
| 16 padding:0; |
| 17 height:100%; |
| 18 border:none; |
| 19 font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; |
| 20 } |
| 21 </style> |
| 22 </head> |
| 23 <body bgcolor="#EBEBEB"> |
| 24 <div style="width:100%;height:100%;background-color:#EBEBEB"> |
| 25 <table border="0" cellspacing="0" cellpadding="0" width="600" bgcolor="#D9E1E8"
align="center"> |
| 26 <tr> |
| 27 <td width="600" height="70"> |
| 28 <img src="http://asp.backclick.de/email-header/email-header-anmeldung-erfo
lgreich.png"> |
| 29 </td> |
| 30 </tr> |
| 31 <tr> |
| 32 <td colspan="2" width="600"> |
| 33 <table cellpadding="0" border="0" cellspacing="25" width="600"> |
| 34 <tr> |
| 35 <td style="color:#003366;" width="600"> |
| 36 Hey $$FULLNAME$$,<br><br> |
| 37 |
| 38 Success email body here. |
| 39 </td> |
| 40 </tr> |
| 41 </table> |
| 42 </td> |
| 43 </tr> |
| 44 </table> |
| 45 </div> |
| 46 </body> |
| 47 </html> |
| 48 <!--/BODY--> |
| 49 <!--TEXT--> |
| 50 Hey $$FULLNAME$$, |
| 51 |
| 52 Success email body here. |
| 53 <!--/TEXT--> |
| 54 <!--/CONFIRM-EMAIL--> |
OLD | NEW |