removed handlebars dependency for emailer, using ANDREWBARS now
parent
5c048ac20a
commit
b6fdc5595d
@ -1,10 +0,0 @@
|
|||||||
|
|
||||||
</div>
|
|
||||||
<hr />
|
|
||||||
<p style="
|
|
||||||
font-size: 10px;
|
|
||||||
padding: 6px 12px;
|
|
||||||
">
|
|
||||||
This email was sent by NodeBB. If it does not apply to you, please ignore it.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
@ -1,26 +0,0 @@
|
|||||||
<div style="
|
|
||||||
width: 640px;
|
|
||||||
border: 1px solid #666;
|
|
||||||
margin: 0 auto;
|
|
||||||
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
|
|
||||||
background: #f6f6f6;
|
|
||||||
">
|
|
||||||
<h1 style="
|
|
||||||
background-color: #1b1b1b;
|
|
||||||
margin: 0;
|
|
||||||
padding: 6px 12px;
|
|
||||||
font-size: 20px;
|
|
||||||
background-image: -moz-linear-gradient(top,#222,#111);
|
|
||||||
background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));
|
|
||||||
background-image: -webkit-linear-gradient(top,#222,#111);
|
|
||||||
background-image: -o-linear-gradient(top,#222,#111);
|
|
||||||
background-image: linear-gradient(to bottom,#222,#111);
|
|
||||||
color: #777;
|
|
||||||
font-weight: normal;
|
|
||||||
">
|
|
||||||
NodeBB
|
|
||||||
</h1>
|
|
||||||
<div style="
|
|
||||||
padding: 20px;
|
|
||||||
color: #333;
|
|
||||||
">
|
|
@ -1,11 +1,11 @@
|
|||||||
Hello {{username}},
|
Hello {username},
|
||||||
|
|
||||||
Thank you for registering with {{site_title}}!
|
Thank you for registering with {site_title}!
|
||||||
|
|
||||||
To fully activate your account, we need to verify that you own the email address you registered with. Please click on the following link:
|
To fully activate your account, we need to verify that you own the email address you registered with. Please click on the following link:
|
||||||
|
|
||||||
{{confirm_link}}
|
{confirm_link}
|
||||||
|
|
||||||
|
|
||||||
Thanks!
|
Thanks!
|
||||||
{{site_title}}
|
{site_title}
|
Loading…
Reference in New Issue