summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/email/welcome_lamson_on.html
blob: bcca4234d736c30c555e8cc0ed6ad78589f7b724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{# site_name - is short name of the site, email_code - address portion
of the reply email used for this message, we scan to the last appearance
of the email code to detect the response signature that will appear under #}
<p style="font-size:16px;font-weight:bold;">
    {% trans %}Welcome to {{ site_name }}!{% endtrans %}
</p>
<p>
    {% trans %}Important: <em>Please reply</em> to this message, without editing it. We need this to determine your email signature and that the email address is valid and was typed correctly.{% endtrans %}
</p>
<p>
    {% trans %}Until we receive the response from you, you will not be able ask or answer questions on {{ site_name }} by email.{% endtrans %}
</p>
{% include "email/footer.html" %}
<p style="color:#aaa;font-size:8px">{{ email_code }}</p>{# important #}