Improve onboarding-1 email

This commit is contained in:
Son NK 2020-02-12 12:41:25 +07:00
parent b929db5be9
commit 7f909f5a96
2 changed files with 14 additions and 14 deletions

View File

@ -477,7 +477,12 @@
<table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation" style="width: 570px; -premailer-width: 570px; -premailer-cellpadding: 0; -premailer-cellspacing: 0; text-align: center; margin: 0 auto; padding: 0;">
<tr>
<td class="content-cell" align="center" style="word-break: break-word; font-family: Helvetica, Arial, sans-serif; font-size: 16px; padding: 45px;">
<p class="f-fallback sub align-center" style="font-size: 13px; line-height: 1.625; text-align: center; color: #A8AAAF; margin: .4em 0 1.1875em;" align="center">© 2020 SimpleLogin. All rights reserved.</p>
<p class="f-fallback sub align-center" style="font-size: 13px; line-height: 1.625; text-align: center; color: #A8AAAF; margin: .4em 0 1.1875em;" align="center">© 2020 SimpleLogin. All rights reserved.
<br />
{% block footer %}
{% endblock %}
</p>
</td>
</tr>
</table>

View File

@ -1,24 +1,14 @@
{% extends "base.html" %}
{% block content %}
<tr>
<td align="left" valign="top" style="border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; padding-left: 6.25%; padding-right: 6.25%; width: 87.5%; font-size: 14px; font-weight: 400; line-height: 160%;
padding-top: 25px;
color: #000000;
font-family: sans-serif;" class="paragraph">
This email is sent to {{ user.email }} and is part of our onboarding series.
Unsubscribe on <a href="https://app.simplelogin.io/dashboard/setting#notification">Settings</a>
<hr>
</td>
</tr>
{{ 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('<a href="https://youtu.be/VsypF-DBaow">https://youtu.be/VsypF-DBaow</a>') }}
{{ 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 <b>Send Email</b> on your alias you want to send email from.") }}
{{ render_text('<img src="https://static.simplelogin.io/send-from-alias/1.png" style="max-width: 500px">') }}
@ -31,7 +21,12 @@
{{ render_text("4. Your contact will receive this email from your alias.") }}
{{ render_text('<img src="https://static.simplelogin.io/send-from-alias/4.png" style="max-width: 500px">') }}
{{ render_text("As usual, let me know if you have any question by replying to this email.") }}
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
{{ render_text('<strong>P.S.</strong> 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
<a href="https://app.simplelogin.io/dashboard/setting#notification">Settings</a>
{% endblock %}