From ab5cd37f70da936fc6285c1823269492ef622fc8 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Wed, 9 Sep 2020 22:02:56 +0200 Subject: [PATCH] improve send-from-alias onboarding email --- .../com/onboarding/send-from-alias.html | 45 ++++++++++++------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/templates/emails/com/onboarding/send-from-alias.html b/templates/emails/com/onboarding/send-from-alias.html index a7beeaf9..01c6335c 100644 --- a/templates/emails/com/onboarding/send-from-alias.html +++ b/templates/emails/com/onboarding/send-from-alias.html @@ -2,31 +2,46 @@ {% block content %} {{ 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') }} + {% call text() %} + Do you know you can send emails from your alias?
+ {% endcall %} - {{ 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.") }} + {% call text() %} + If you want to reply to an email, just hit "Reply" + and your response will come from your alias. - {{ render_text("1. First click Send Email on your alias you want to send email from.") }} - {{ render_text('') }} + {% endcall %} - {{ render_text("2. Enter your contact email, this will generate a reverse-alias.") }} - {{ render_text('') }} + {% call text() %} + To send an email to a new contact, please follow the steps below. + You can also watch this Youtube video + that quickly walks you through the steps. + {% endcall %} - {{ render_text("3. Use this reverse-alias instead of your contact email.") }} - {{ render_text('') }} + {% call text() %} + 1. First click Send Email on the alias you want to send email from.
+ + {% endcall %} - {{ render_text("4. Your contact will receive this email from your alias.") }} - {{ render_text('') }} + {% call text() %} + 2. Enter your contact email, this will create a reverse-alias for the contact.
+ + {% endcall %} - {{ 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!.') }} + {% call text() %} + 3. Send the email to this reverse-alias instead of the contact email.
+ + {% endcall %} + + {% call text() %} + And voilĂ , your contact will receive this email sent from your alias!
+ + {% endcall %} {% endblock %} {% block footer %} This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on - Settings + Settings {% endblock %}