mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
add mention of 15 aliases limit in the welcome email
This commit is contained in:
parent
fd24f6eb1b
commit
5c0cd60659
1 changed files with 16 additions and 7 deletions
|
@ -27,7 +27,8 @@
|
|||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
<img src="https://simplelogin.io/images/one-click-alias.gif" style="max-width: 80%; margin: auto; border: 1px solid">
|
||||
<img src="https://simplelogin.io/images/one-click-alias.gif"
|
||||
style="max-width: 80%; margin: auto; border: 1px solid">
|
||||
{% 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 <em>custom domain</em>, <em>alias directory</em>,
|
||||
When you signed up, you can use all premium features like
|
||||
<em>custom domain</em>, <em>alias directory</em>,
|
||||
<em>mailbox</em>,
|
||||
<em>PGP</em> without any limit during 7 days (the "trial period"). <br>
|
||||
No worries: all aliases you create during this period
|
||||
will continue to work normally even if you don't upgrade.
|
||||
<em>PGP</em> 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.
|
||||
<br>
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
Please note that you can't create more than 15 aliases during the trial period. <br>
|
||||
{% endcall %}
|
||||
{% endif %}
|
||||
|
||||
{% call text() %}
|
||||
For any question, feedback or feature request, please join our <a href="https://github.com/simple-login/app/discussions">GitHub forum</a>.
|
||||
You can also join our <a href="https://www.reddit.com/r/Simplelogin/">Reddit</a> or follow our <a href="https://twitter.com/simple_login">Twitter</a>.
|
||||
For any question, feedback or feature request, please join our
|
||||
<a href="https://github.com/simple-login/app/discussions">GitHub forum</a>.
|
||||
You can also join our <a href="https://www.reddit.com/r/Simplelogin/">Reddit</a> or follow our
|
||||
<a href="https://twitter.com/simple_login">Twitter</a>.
|
||||
{% endcall %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue