diff --git a/templates/emails/com/welcome.html b/templates/emails/com/welcome.html index 11578ce0..b98f5922 100644 --- a/templates/emails/com/welcome.html +++ b/templates/emails/com/welcome.html @@ -27,7 +27,8 @@ {% endcall %} {% call text() %} - + {% endcall %} {% call text() %} @@ -39,17 +40,25 @@ {% if user.in_trial() and user.trial_end %} {% call text() %} - When you signed up, you can use all premium features like custom domain, alias directory, + When you signed up, you can use all premium features like + custom domain, alias directory, mailbox, - PGP without any limit during 7 days (the "trial period").
- No worries: all aliases you create during this period - will continue to work normally even if you don't upgrade. + PGP without any limit during 7 days (the "trial period"). + Everything you create during this period will + continue to work normally even if you don't upgrade. +
+ {% endcall %} + + {% call text() %} + Please note that you can't create more than 15 aliases during the trial period.
{% endcall %} {% endif %} {% call text() %} - For any question, feedback or feature request, please join our GitHub forum. - You can also join our Reddit or follow our Twitter. + For any question, feedback or feature request, please join our + GitHub forum. + You can also join our Reddit or follow our + Twitter. {% endcall %} {% endblock %}