diff --git a/templates/emails/transactional/cannot-create-alias-directory.html b/templates/emails/transactional/cannot-create-alias-directory.html index 3143f108..ccf4caa7 100644 --- a/templates/emails/transactional/cannot-create-alias-directory.html +++ b/templates/emails/transactional/cannot-create-alias-directory.html @@ -9,7 +9,8 @@ {{ render_text("An email has been sent to the alias " + alias + " that would be created automatically as you own the directory " + directory + ".") }} - {{ render_text("However as your plan is no longer premium, this creation cannot happen.") }} + {{ render_text("However you have reached the alias limit in your current plan, this creation cannot happen.") }} + {{ render_text('Please upgrade to premium plan in order to use this feature.') }} {{ render_text('Thanks,
SimpleLogin Team.') }} diff --git a/templates/emails/transactional/cannot-create-alias-directory.txt b/templates/emails/transactional/cannot-create-alias-directory.txt index 1d7e6169..3d6eee0e 100644 --- a/templates/emails/transactional/cannot-create-alias-directory.txt +++ b/templates/emails/transactional/cannot-create-alias-directory.txt @@ -1,4 +1,6 @@ -An email has been sent to the alias {{alias}} that would be created automatically as you own the directory {{directory}}. However as your plan is no longer premium, this creation cannot happen. +An email has been sent to the alias {{alias}} that would be created automatically as you own the directory {{directory}}. + +However you have reached the alias limit in your current plan, this creation cannot happen. Please upgrade to premium plan in order to use this feature. Best, diff --git a/templates/emails/transactional/cannot-create-alias-domain.html b/templates/emails/transactional/cannot-create-alias-domain.html index d4d02eef..178b70ca 100644 --- a/templates/emails/transactional/cannot-create-alias-domain.html +++ b/templates/emails/transactional/cannot-create-alias-domain.html @@ -9,7 +9,8 @@ {{ render_text("An email has been sent to the alias " + alias + " that would be created automatically as you own the domain " + domain + ".") }} - {{ render_text("However as your plan is no longer premium, this creation cannot happen.") }} + {{ render_text("However you have reached the alias limit in your current plan, this creation cannot happen.") }} + {{ render_text('Please upgrade to premium plan in order to use this feature.') }} {{ render_text('Thanks,
SimpleLogin Team.') }} diff --git a/templates/emails/transactional/cannot-create-alias-domain.txt b/templates/emails/transactional/cannot-create-alias-domain.txt index 47d5e0fd..ee7aac63 100644 --- a/templates/emails/transactional/cannot-create-alias-domain.txt +++ b/templates/emails/transactional/cannot-create-alias-domain.txt @@ -1,5 +1,8 @@ -An email has been sent to the alias {{alias}} that would be created automatically as you own the domain {{domain}}. However as your plan is no longer premium, this creation cannot happen. +An email has been sent to the alias {{alias}} that would be created automatically as you own the domain {{domain}}. + +However you have reached the alias limit in your current plan, this creation cannot happen. Please upgrade to premium plan in order to use this feature. + Best, SimpleLogin team.