From 7f909f5a966b34a3688852599a0c5d5c4a28c26f Mon Sep 17 00:00:00 2001 From: Son NK Date: Wed, 12 Feb 2020 12:41:25 +0700 Subject: [PATCH] Improve onboarding-1 email --- templates/emails/base.html | 7 ++++++- templates/emails/com/onboarding-1.html | 21 ++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/templates/emails/base.html b/templates/emails/base.html index 30ac588f..5f57f1ff 100644 --- a/templates/emails/base.html +++ b/templates/emails/base.html @@ -477,7 +477,12 @@ diff --git a/templates/emails/com/onboarding-1.html b/templates/emails/com/onboarding-1.html index 909356cf..56d3fb54 100644 --- a/templates/emails/com/onboarding-1.html +++ b/templates/emails/com/onboarding-1.html @@ -1,24 +1,14 @@ {% extends "base.html" %} {% block content %} - - - 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?") }} {{ render_text("This Youtube video quickly walks you through the steps:") }} {{ render_text('https://youtu.be/VsypF-DBaow') }} - {{ render_text("Here are the steps:") }} + {{ render_text("Or you can follow the steps below. This can seem a bit daunting but believe us, it's going to be much easier the second time.") }} + {{ render_text("1. First click Send Email on your alias you want to send email from.") }} {{ render_text('') }} @@ -31,7 +21,12 @@ {{ 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.") }} + {{ render_text('Thanks,
SimpleLogin Team.') }} + {{ render_text('P.S. Need immediate help getting started? Just reply to this email, the SimpleLogin support team is always ready to help!.') }} {% endblock %} +{% block footer %} + This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on + Settings +{% endblock %}