Browse Source

Update to 15 aliases in free plan

Son NK 5 years ago
parent
commit
d9d22a56e2

+ 3 - 2
templates/emails/transactional/manual-subscription-end.html

@@ -12,8 +12,9 @@
   {{ 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 aliases if you exceed the free plan limit, i.e. have more than 5 aliases.") }}
-  {{ render_text("- As features like <b>catch-all</b> or <b>directory</b> 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 create new aliases if you exceed the free plan limit, i.e. have more than 15 aliases.") }}
+  {{ render_text("- As features like <b>catch-all</b> or <b>directory</b> allow you to create aliases on-the-fly,
+    those aliases cannot be automatically created if you have more than 15 aliases.") }}
   {{ render_text("- You cannot add new domain or directory.") }}
 
   {{ render_text('You can upgrade today to continue using all these Premium features (and much more coming).') }}

+ 3 - 2
templates/emails/transactional/manual-subscription-end.txt

@@ -5,8 +5,9 @@ Your subscription will end {{ manual_sub.end_at.humanize() }}.
 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 5 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 5 aliases.
+- You cannot create new aliases if you exceed the free plan limit, i.e. have more than 15 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 15 aliases.
 - You cannot add new domain or directory.
 
 You can upgrade today to continue using all these Premium features (and much more coming).

+ 3 - 2
templates/emails/transactional/subscription-end.html

@@ -12,8 +12,9 @@
   {{ 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 aliases if you exceed the free plan limit, i.e. have more than 5 aliases.") }}
-  {{ render_text("- As features like <b>catch-all</b> or <b>directory</b> 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 create new aliases if you exceed the free plan limit, i.e. have more than 15 aliases.") }}
+  {{ render_text("- As features like <b>catch-all</b> or <b>directory</b> allow you to create aliases on-the-fly,
+    those aliases cannot be automatically created if you have more than 15 aliases.") }}
   {{ render_text("- You cannot add new domain or directory.") }}
 
   {{ render_text('You can upgrade today to continue using all these Premium features (and much more coming).') }}

+ 3 - 2
templates/emails/transactional/subscription-end.txt

@@ -5,8 +5,9 @@ Your subscription will end on {{ user.next_bill_date() }}.
 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 5 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 5 aliases.
+- You cannot create new aliases if you exceed the free plan limit, i.e. have more than 15 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 15 aliases.
 - You cannot add new domain or directory.
 
 You can upgrade today to continue using all these Premium features (and much more coming).

+ 4 - 3
templates/emails/transactional/trial-end.html

@@ -12,8 +12,9 @@
   {{ render_text("When the trial ends:") }}
 
   {{ render_text("- All aliases/domains/directories you have created are <b>kept</b> 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 <b>catch-all</b> or <b>directory</b> 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 create new aliases if you exceed the free plan limit, i.e. have more than 15 aliases.") }}
+  {{ render_text("- As features like <b>catch-all</b> or <b>directory</b> allow you to create aliases on-the-fly,
+    those aliases cannot be automatically created if you have more than 15 aliases.") }}
   {{ render_text("- You cannot add new domain or directory.") }}
   {{ render_text("- You cannot add new mailbox.") }}
   {{ render_text("- If you enable PGP Encryption, forwarded emails are not encrypted anymore.") }}
@@ -25,7 +26,7 @@
   {{ render_text("If you're not ready to upgrade to a paying account, you have a few other options available to you:") }}
 
   {{ grey_section([
-  "<b>Continue with the Free Plan</b> - In the free plan you are limited to 5 aliases but there's no cap on bandwidth or
+  "<b>Continue with the Free Plan</b> - In the free plan you are limited to 15 aliases but there's no cap on bandwidth or
      number of emails forwarded/sent.",
   "<b>Restart your trial</b> - If you didn't get a chance to fully try out the product or need a little more time to evaluate, just let us know. Simply reply to this email and we'll extend your trial period.",
   "<b>Share feedback</b> - If SimpleLogin isn't right for you, let us know what you were looking for and we might be able to suggest some alternatives that might be a better fit.",

+ 3 - 2
templates/emails/transactional/trial-end.txt

@@ -5,8 +5,9 @@ Your trial will end {{ user.trial_end.humanize() }}.
 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 5 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 5 aliases.
+- You cannot create new aliases if you exceed the free plan limit, i.e. have more than 15 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 15 aliases.
 - You cannot add new domain or directory.
 - You cannot add new mailbox.
 - If you enable PGP Encryption, forwarded emails are not encrypted anymore.