From 3fd9884c5663fbe61414100b201d0561fd2b0586 Mon Sep 17 00:00:00 2001 From: Ggcu Date: Fri, 28 Jun 2024 14:33:17 +0400 Subject: [PATCH] fix emails (#2111) * Update trial-end.html * Update trial-end.txt.jinja2 * Update subscription-end.txt * Update subscription-end.html --- templates/emails/transactional/subscription-end.html | 1 + templates/emails/transactional/subscription-end.txt | 1 + templates/emails/transactional/trial-end.html | 1 + templates/emails/transactional/trial-end.txt.jinja2 | 1 + 4 files changed, 4 insertions(+) diff --git a/templates/emails/transactional/subscription-end.html b/templates/emails/transactional/subscription-end.html index deccfb53..324db2a3 100644 --- a/templates/emails/transactional/subscription-end.html +++ b/templates/emails/transactional/subscription-end.html @@ -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 kept 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 %} diff --git a/templates/emails/transactional/subscription-end.txt b/templates/emails/transactional/subscription-end.txt index 0d72abf3..84e9281c 100644 --- a/templates/emails/transactional/subscription-end.txt +++ b/templates/emails/transactional/subscription-end.txt @@ -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. diff --git a/templates/emails/transactional/trial-end.html b/templates/emails/transactional/trial-end.html index 3cf0170b..6dc45f2d 100644 --- a/templates/emails/transactional/trial-end.html +++ b/templates/emails/transactional/trial-end.html @@ -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") }} diff --git a/templates/emails/transactional/trial-end.txt.jinja2 b/templates/emails/transactional/trial-end.txt.jinja2 index 789a33c3..d2a827b0 100644 --- a/templates/emails/transactional/trial-end.txt.jinja2 +++ b/templates/emails/transactional/trial-end.txt.jinja2 @@ -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.