diff --git a/templates/emails/transactional/activation.html b/templates/emails/transactional/activation.html index e7a2c4767..617b3c314 100644 --- a/templates/emails/transactional/activation.html +++ b/templates/emails/transactional/activation.html @@ -2,12 +2,18 @@ {% block content %} - {{ render_text("Thank you for choosing SimpleLogin.") }} - {{ render_text("To get started, please confirm that " + email + " is your email address by clicking on the button below within 1 hour.") }} - {{ render_text("If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.") }} - {{ render_button("Verify email", activation_link) }} - {{ render_text('Thanks, -
- SimpleLogin Team.') }} - {{ raw_url(activation_link) }} + {{ render_text("Thank you for choosing SimpleLogin.") }} + + {{ render_text("Before proceeding, please read the following prohibited actions and then click the button below to continue.") }} + {{ render_text("No Mass Signups:
Do not use SimpleLogin to create large numbers of accounts on other websites or services.") }} + {{ render_text("No Multiple Free Accounts:
Do not create multiple free accounts as this is not considered an acceptable use of the service.") }} + {{ render_text("No Marking Emails as Spam:
Do not mark emails forwarded to you by SimpleLogin as spam.") }} + + {{ render_text("To get started, please confirm that " + email + " is your email address by clicking on the button below within 1 hour.") }} + {{ render_text("If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.") }} + {{ render_button("Verify email", activation_link) }} + {{ render_text('Thanks, +
+ SimpleLogin Team.') }} + {{ raw_url(activation_link) }} {% endblock %} diff --git a/templates/emails/transactional/activation.txt b/templates/emails/transactional/activation.txt index 304008cf9..2a342812f 100644 --- a/templates/emails/transactional/activation.txt +++ b/templates/emails/transactional/activation.txt @@ -3,6 +3,17 @@ {% block content %} Thank you for choosing SimpleLogin. +Before proceeding, please read the following prohibited actions and then click the button below to continue. + +No Mass Signups: +Do not use SimpleLogin to create large numbers of accounts on other websites or services. + +No Multiple Free Accounts: +Do not create multiple free accounts as this is not considered an acceptable use of the service. + +No Marking Emails as Spam: +Do not mark emails forwarded to you by SimpleLogin as spam. + To get started, please confirm that {{email}} is your email address using this link {{activation_link}} within 1 hour. If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.