implemented emailer for welcome email (though the email confirmation system is horribly broken)
parent
5a527de287
commit
339ed4e47b
@ -1,19 +1,15 @@
|
||||
<p>
|
||||
Hello {{username}},
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Thank you for registering with {{site_title}}!</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To fully activate your account, we need to verify that you own the email address you registered with. Please click on the following link:
|
||||
</p>
|
||||
|
||||
<blockquote>
|
||||
{{confirm_link}}
|
||||
</blockquote>
|
||||
|
||||
<p>
|
||||
Thanks!<br />
|
||||
<strong>{{site_title}}</strong>
|
||||
|
Loading…
Reference in New Issue