promo emsil 1
This commit is contained in:
@@ -29,6 +29,7 @@ border: none;
|
||||
.footer {padding: 20px 30px 15px 30px; bgcolor:#252f3e; background-color:#252f3e;}
|
||||
.footercopy { font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 14px; font-weight:bolder; color: #ffffff;}
|
||||
.footercopy a {color: #ffffff; text-decoration: underline;}
|
||||
.action_table{ background-color: aliceblue; font-size:25px; font-weight:bold; max-width: 425px; text-align:center;}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -57,7 +58,7 @@ border: none;
|
||||
|
||||
<tr>
|
||||
<td class="h1" style="padding: 5px 0 0 0;">
|
||||
<a href="https://www.wrenchboard.com/"><img src="https://dashboard.wrenchboard.com/assets/ext/images/wrenchboard.png" alt="WrenchBoard"></a>
|
||||
<a href="https://www.wrenchboard.com/"><img src="https://www.wrenchboard.com/assets/images/wrenchboard-logo-text.png" style="width: 200px; height:auto;" alt="WrenchBoard"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -80,13 +81,12 @@ border: none;
|
||||
<td class="innerpadding borderbottom">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="h3">
|
||||
<b>Hi, {{firstname}}</b>,
|
||||
<td class="bodycopy">Hi, {{firstname}}</b>,
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bodycopy">
|
||||
The task at <a href="{{server_name}}/">{{site_name}}</a> shown below is fast approaching deadline.
|
||||
Welcome to <a href="{{server_name}}/">{{site_name}}</a>. <a href="{{server_name}}/">{{site_name}}</a> is a place to earn rewards for performing ordinary tasks or chores.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -95,6 +95,31 @@ The task at <a href="{{server_name}}/">{{site_name}}</a> shown below is fast app
|
||||
<tr>
|
||||
<td class="innerpadding borderbottom">
|
||||
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="action_table">
|
||||
<tr>
|
||||
<td>
|
||||
<a href ="{{server_name}}">Get your free account.</a>
|
||||
</td>
|
||||
<td>
|
||||
<img src="https://www.wrenchboard.com/assets/images/apps/p1.jpg" style="width: 290px; height:auto;" alt="WrenchBoard">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="https://www.wrenchboard.com/assets/images/apps/p2.jpg" style="width: 290px; height:auto;" alt="WrenchBoard">
|
||||
</td>
|
||||
<td><a href ="{{server_name}}">Find or accept tasks.</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href ="{{server_name}}">Get Rewarded.</a></td>
|
||||
<td>
|
||||
<img src="https://www.wrenchboard.com/assets/images/apps/p3.jpg" style="width: 290px; height:auto;" alt="WrenchBoard">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<!--[if (gte mso 9)|(IE)]>
|
||||
<table width="380" align="left" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
@@ -107,7 +132,7 @@ The task at <a href="{{server_name}}/">{{site_name}}</a> shown below is fast app
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Please <a href ="{{server_name}}/eoffer?offerID={{offer_code}}">login</a> into your account to manage this task.
|
||||
<td class="bodycopy">Visit <a href ="{{server_name}}">WrenchBoard</a> to get started.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -121,7 +146,7 @@ The task at <a href="{{server_name}}/">{{site_name}}</a> shown below is fast app
|
||||
|
||||
<tr>
|
||||
<td class="innerpadding bodycopy">
|
||||
Please contact us at https://www.wrenchboard.com/contact if you have any question about this email.
|
||||
Please contact us at <a href ="{{server_name}}/contact">https://www.wrenchboard.com/contact</a> if you have any question about this email.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -138,7 +163,7 @@ Please contact us at https://www.wrenchboard.com/contact if you have any questi
|
||||
<tr>
|
||||
<td align="center" class="footercopy">
|
||||
® {{site_name}} {{YYYY}}<br/>
|
||||
You received this email because you subscribe to {{site_name}}. If you get this email in error, please <a href="{{main_site_url}}contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||
<span class="footercopy">You received this email because you subscribe to {{site_name}}. If you get this email in error, please </span><a href="{{main_site_url}}contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -315,7 +315,7 @@ long market_email(long mailtype, CVars in, CVars &out) {
|
||||
REQ_STRING (in, "uid", 5, 149, "(.*)");
|
||||
if (load_db_record(x, "SELECT email AS market_email, * FROM marketing_list WHERE uid='%s'", in["uid"].c_str())) {
|
||||
vars2form(x, form);
|
||||
form.LetStr("subject", "marketing subject here ");
|
||||
form.LetStr("subject", "WrenchBoard - Connect with Rewards.");
|
||||
form.LetStr("email", x["market_email"].c_str());
|
||||
form.Email("PROMO/promotion1.mailfile");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user