nodebb/public/templates/emails/welcome.tpl

20 lines
349 B
Smarty

<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>
</p>