email format
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Subject: Welcome to {{site_name}}
|
||||
Subject: {{site_name}} - {{send_firstname}} {{send_lastname}} will like to show this to you
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Welcome to {{site_name}}</title>
|
||||
<title>{{site_name}} - {{send_firstname}} {{send_lastname}} will like to show this to you </title>
|
||||
<style type="text/css">
|
||||
body {margin: 0; padding: 0; min-width: 100%!important; font-family: sans-serif;}
|
||||
.content {width: 100%; max-width: 600px;}
|
||||
@@ -68,7 +68,7 @@ Dear <b>{{firstname}}</b>,
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding-bottom:10px;">
|
||||
Welcome to <a href="{{server_name}}">{{site_name}}</a>, your account is now verified and ready to go.
|
||||
{{send_firstname}} {{send_lastname}} will like to share <a href="{{server_name}}/invite?refer_link={{refer_link}}">{{site_name}}!</a>. <a href="{{server_name}}/invite?refer_link={{refer_link}}">{{site_name}}</a> connects you with opportunities or your skills with people who need your abilities.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -79,12 +79,21 @@ Dear <b>{{firstname}}</b>,
|
||||
<tr>
|
||||
<td class="bodycopy" style="padding-bottom:10px;">
|
||||
|
||||
With <a href="{{server_name}}">{{site_name}}</a>, you can set up a family accounts and reward achievements or set up tasks for others to perform or simply find tasks that rewards you.
|
||||
<b>Invitation Link :</b><br> {{server_name}}/invite?refer_link={{refer_link}}
|
||||
<hr size="1">
|
||||
<div style="background-color:#fce6f2; margin-top: 10px; padding: 5px; border-radius:10px;">
|
||||
If you did not initiate this account creation or have any further support question, Please contact us at {{server_name}}/contact<br>
|
||||
</div>
|
||||
You can also use the button below<br>
|
||||
|
||||
|
||||
<table class="buttonwrapper" border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#003366; " style="border-radius: 10px; color:white;" >
|
||||
<tr>
|
||||
<td class="button" height="45">
|
||||
<a href="{{server_name}}/invite?refer_link={{refer_link}}">Invitation Link</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -124,7 +133,7 @@ If you did not initiate this account creation or have any further support 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.
|
||||
You received this email because a subscriber, {{send_firstname}} {{send_lastname}}, to {{site_name}} refers you. If you get this email in error, please <a href="{{main_site_url}}contact" class="unsubscribe"><font color="#ffffff">contact</font></a> us.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user