mirror of
https://github.com/simple-login/app.git
synced 2025-12-11 07:26:04 +08:00
fix emails (#2111)
* Update trial-end.html * Update trial-end.txt.jinja2 * Update subscription-end.txt * Update subscription-end.html
This commit is contained in:
parent
4817dfdcaf
commit
3fd9884c56
4 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
{{ render_text("Your subscription will end on " + next_bill_date + ".") }}
|
||||
{{ render_text("When the subscription ends:") }}
|
||||
{{ render_text("- All aliases/domains/directories you have created are <b>kept</b> and continue working normally.") }}
|
||||
{{ render_text("- You cannot create new reverse aliases.") }}
|
||||
{% call text() %}
|
||||
- You cannot create new aliases if you exceed the free plan limit, i.e. have more than {{ MAX_NB_EMAIL_FREE_PLAN }} aliases.
|
||||
{% endcall %}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ When the subscription ends:
|
|||
|
||||
- All aliases/domains/directories you have created are kept and continue working.
|
||||
- You cannot create new aliases if you exceed the free plan limit, i.e. have more than {{MAX_NB_EMAIL_FREE_PLAN}} aliases.
|
||||
- You cannot create new reverse aliases.
|
||||
- As features like "catch-all" or "directory" allow you to create aliases on-the-fly,
|
||||
those aliases cannot be automatically created if you have more than {{MAX_NB_EMAIL_FREE_PLAN}} aliases.
|
||||
- You cannot add new domain or directory.
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
{{ render_text("- You cannot add new domain or directory.") }}
|
||||
{{ render_text("- You cannot add new mailbox.") }}
|
||||
{{ render_text("- You cannot create new reverse aliases.") }}
|
||||
{{ render_text("- If you enable PGP Encryption, forwarded emails are not encrypted anymore.") }}
|
||||
{{ render_text('You can upgrade today to continue using all these Premium features (and much more coming).') }}
|
||||
{{ render_button("Upgrade your account", URL ~ "/dashboard/pricing") }}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ When the trial ends:
|
|||
- All aliases/domains/directories you have created are kept and continue working.
|
||||
- You cannot create new aliases if you exceed the free plan limit, i.e. have more than {{MAX_NB_EMAIL_FREE_PLAN}} aliases.
|
||||
- You cannot add new domain or directory.
|
||||
- You cannot create new reverse aliases.
|
||||
- You cannot add new mailbox.
|
||||
- If you enable PGP Encryption, forwarded emails are not encrypted anymore.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue