- {{ form.email(class="form-control", type="email", placeholder="YourName@protonmail.com") }}
+ {{ form.email(class="form-control", type="email", placeholder="username@proton.me") }}
Emails sent to your alias will be forwarded to this email address.
diff --git a/templates/auth/register_waiting_activation.html b/templates/auth/register_waiting_activation.html
index fc2b5c48..3c902b36 100644
--- a/templates/auth/register_waiting_activation.html
+++ b/templates/auth/register_waiting_activation.html
@@ -7,6 +7,7 @@
An email to validate your email is on its way.
Please check your inbox/spam folder.
+
Make sure to mark the message as not spam so that future messages come to your normal inbox
{% endblock %}
diff --git a/templates/emails/transactional/activation.html b/templates/emails/transactional/activation.html
index e73a0ccb..e7a2c476 100644
--- a/templates/emails/transactional/activation.html
+++ b/templates/emails/transactional/activation.html
@@ -4,6 +4,7 @@
{{ render_text("Thank you for choosing SimpleLogin.") }}
{{ render_text("To get started, please confirm that
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,
diff --git a/templates/footer.html b/templates/footer.html
index 903e04e2..a15c9f60 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -106,6 +106,10 @@
+