diff --git a/templates/emails/com/onboarding-1.html b/templates/emails/com/onboarding-1.html index 7f498ce8..909356cf 100644 --- a/templates/emails/com/onboarding-1.html +++ b/templates/emails/com/onboarding-1.html @@ -1,11 +1,16 @@ {% extends "base.html" %} {% block content %} - {{ render_text("This email is sent to " + user.email + " and is part of our onboarding series.") }} - - {{ render_text('Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification') }} - - {{ render_text("
") }} + + + This email is sent to {{ user.email }} and is part of our onboarding series. + Unsubscribe on Settings +
+ + {{ render_text("Hi " + user.name) }} {{ render_text("Do you know you can send emails to anyone from your alias?") }} @@ -15,9 +20,16 @@ {{ render_text("Here are the steps:") }} {{ render_text("1. First click Send Email on your alias you want to send email from.") }} + {{ render_text('') }} + {{ render_text("2. Enter your contact email, this will generate a reverse-alias.") }} + {{ render_text('') }} + {{ render_text("3. Use this reverse-alias instead of your contact email.") }} + {{ render_text('') }} + {{ render_text("4. Your contact will receive this email from your alias.") }} + {{ render_text('') }} {{ render_text("As usual, let me know if you have any question by replying to this email.") }}