update onboarding-1 email

This commit is contained in:
Son NK 2020-02-03 13:09:15 +07:00
parent 28b349e1d3
commit 7c9896c0df
2 changed files with 19 additions and 13 deletions

View File

@ -1,11 +1,17 @@
{% 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 <a href="https://app.simplelogin.io/dashboard/setting#notification">https://app.simplelogin.io/dashboard/setting#notification</a>') }}
{{ render_text("<hr>") }}
{{ 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('<iframe width="560" height="315" src="https://www.youtube.com/embed/cZ-J_lwv-YQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>') }}
{{ render_text('If the video doesn\'t play, its link is <a href="https://www.youtube.com/watch?v=cZ-J_lwv-YQ">https://www.youtube.com/watch?v=cZ-J_lwv-YQ</a>') }}
{{ render_text("This Youtube video quickly walks you through the steps:") }}
{{ render_text('<a href="https://youtu.be/VsypF-DBaow">https://youtu.be/VsypF-DBaow</a>') }}
{{ render_text("Here are the steps:") }}
{{ render_text("1. First click <b>Send Email</b> on your alias you want to send email from.") }}
@ -13,7 +19,7 @@
{{ render_text("3. Use this reverse-alias <b>instead of your contact email</b>.") }}
{{ render_text("4. Your contact will receive this email from your alias.") }}
{{ render_text("As usual, let me know if you have any question.") }}
{{ render_text("As usual, let me know if you have any question by replying to this email.") }}
{% endblock %}

View File

@ -1,9 +1,13 @@
Hi {{name}}
This email is sent to {{ user.email }} and is part of our onboarding series.
Unsubscribe from our emails on https://app.simplelogin.io/dashboard/setting#notification
----------------
Hi {{user.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.
This below Youtube video walks you quickly through the steps:
https://www.youtube.com/watch?v=cZ-J_lwv-YQ&feature=youtu.be
https://youtu.be/VsypF-DBaow
Here are the steps:
1. First click "Send Email" on your alias you want to send email from
@ -11,11 +15,7 @@ Here are the steps:
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.
As usual, let me know if you have any question by replying to this email.
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
Son - SimpleLogin founder.