From 37080713207c975732830ce01ca229d48176b60e Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 23 Feb 2020 16:01:22 +0700 Subject: [PATCH] Improve welcome & trial-end email --- templates/emails/com/welcome.html | 2 +- templates/emails/com/welcome.txt | 1 + templates/emails/transactional/trial-end.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/emails/com/welcome.html b/templates/emails/com/welcome.html index bf7cb34d..f6e5d998 100644 --- a/templates/emails/com/welcome.html +++ b/templates/emails/com/welcome.html @@ -21,7 +21,7 @@ and create your business emails using email alias. This is cheaper and more convenient than buying a dedicated solution like GSuite. By the way, all our business emails are actually aliases.') }} {% if user.in_trial() %} - {{ render_text('You can use all premium features like custom domain or alias directory during the trial period. Your trial will end ' + user.trial_end.humanize() + ".") }} + {{ render_text('You can use all premium features like custom domain or alias directory during the trial period. Your trial will end ' + user.trial_end.humanize() + ". All aliases you create during the trial will continue to work normally when the trial ends.") }} {% endif %} {{ render_text('In the next coming days, you are going to receive some onboarding emails to quickly present SimpleLogin features. If you don\'t want to receive these emails, you can disable them on Settings.') }} diff --git a/templates/emails/com/welcome.txt b/templates/emails/com/welcome.txt index 19618028..4a0f963d 100644 --- a/templates/emails/com/welcome.txt +++ b/templates/emails/com/welcome.txt @@ -22,6 +22,7 @@ and create your business emails backed by your personal email! By the way, all o {% if user.in_trial() %} You can use all premium features like custom domain or alias directory during the trial period. Your trial will end {{ user.trial_end.humanize() }}. +All aliases you create during the trial will continue to work normally when the trial ends. {% endif %} If there's anything that's bugging you, even the smallest of issues that could be done better, I want to hear about it - so hit the reply button. diff --git a/templates/emails/transactional/trial-end.html b/templates/emails/transactional/trial-end.html index 9a4a4480..2303617b 100644 --- a/templates/emails/transactional/trial-end.html +++ b/templates/emails/transactional/trial-end.html @@ -11,7 +11,7 @@ {{ render_text("When the trial ends:") }} - {{ render_text("- All aliases/domains/directories you have created are kept and continue working.") }} + {{ render_text("- All aliases/domains/directories you have created are kept and continue working normally.") }} {{ render_text("- You cannot create new aliases if you exceed the free plan limit, i.e. have more than 5 aliases.") }} {{ render_text("- 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 5 aliases.") }} {{ render_text("- You cannot add new domain or directory.") }}