diff --git a/templates/emails/com/newsletter/mailbox.html b/templates/emails/com/newsletter/mailbox.html index a1e5a12e..3f494768 100644 --- a/templates/emails/com/newsletter/mailbox.html +++ b/templates/emails/com/newsletter/mailbox.html @@ -30,6 +30,6 @@ maybe for different uses: a Gmail account for social networks & forums, a Pronto {% endblock %} {% block footer %} - This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on + This email is sent to {{ user.email }}. Unsubscribe on Settings {% endblock %} diff --git a/templates/emails/com/newsletter/mailbox.txt b/templates/emails/com/newsletter/mailbox.txt index b9871308..b8c86e8f 100644 --- a/templates/emails/com/newsletter/mailbox.txt +++ b/templates/emails/com/newsletter/mailbox.txt @@ -1,4 +1,4 @@ -This email is sent to {{ user.email }} and is part of our onboarding series. +This email is sent to {{ user.email }}. Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification ----------------