From cefeb972a22ad39bb272e45e6826256e86449711 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 2 Feb 2020 23:38:46 +0700 Subject: [PATCH] create onboarding-1 email --- templates/emails/com/onboarding-1.html | 19 +++++++++++++++++++ templates/emails/com/onboarding-1.txt | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 templates/emails/com/onboarding-1.html create mode 100644 templates/emails/com/onboarding-1.txt diff --git a/templates/emails/com/onboarding-1.html b/templates/emails/com/onboarding-1.html new file mode 100644 index 00000000..ec1625d6 --- /dev/null +++ b/templates/emails/com/onboarding-1.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block content %} + {{ render_text("Hi " + user.name) }} + {{ render_text("Do you know you can send emails to anyone from your alias?") }} + {{ render_text("This below Youtube video quickly walks you through the steps, make sure to turn the caption on.") }} + {{ render_text('') }} + {{ render_text('If the video doesn\'t play, its link is https://www.youtube.com/watch?v=cZ-J_lwv-YQ') }} + + {{ render_text("Here are the steps:") }} + {{ render_text("1. First click Send Email on your alias you want to send email from.") }} + {{ render_text("2. Enter your contact email, this will generate a reverse-alias.") }} + {{ render_text("3. Use this reverse-alias instead of your contact email.") }} + {{ render_text("4. Your contact will receive this email from your alias.") }} + + {{ render_text("As usual, let me know if you have any question.") }} + +{% endblock %} + diff --git a/templates/emails/com/onboarding-1.txt b/templates/emails/com/onboarding-1.txt new file mode 100644 index 00000000..dbe8df44 --- /dev/null +++ b/templates/emails/com/onboarding-1.txt @@ -0,0 +1,21 @@ +Hi {{name}} + +Do you know you can send an email to anyone from your alias? +This below Youtube video walks you quickly through the steps, make sure to turn the caption on. + +https://www.youtube.com/watch?v=cZ-J_lwv-YQ&feature=youtu.be + +Here are the steps: +1. First click "Send Email" on your alias you want to send email from +2. Enter your contact email, this will generate an "reverse-alias" +3. Use this reverse-alias instead of your contact email +4. Your contact will receive this email from your alias. + +As usual, let me know if you have any question. + +Best regards, +Son - SimpleLogin founder. + +--- +This email was sent to {email} and is part of our onboarding series. +Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification \ No newline at end of file