app-MAIL-temp/templates/emails/com/onboarding/send-from-alias.html

33 lines
1.7 KiB
HTML
Raw Normal View History

2020-02-02 17:38:46 +01:00
{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + user.name) }}
{{ render_text("Do you know you can send emails to anyone from your alias?") }}
2020-02-03 07:09:15 +01:00
{{ 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>') }}
2020-02-02 17:38:46 +01:00
2020-02-12 06:41:25 +01:00
{{ 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.") }}
2020-02-02 17:38:46 +01:00
{{ render_text("1. First click <b>Send Email</b> on your alias you want to send email from.") }}
2020-02-04 18:19:24 +01:00
{{ render_text('<img src="https://static.simplelogin.io/send-from-alias/1.png" style="max-width: 500px">') }}
2020-02-02 17:38:46 +01:00
{{ render_text("2. Enter your contact email, this will generate a <b>reverse-alias</b>.") }}
2020-02-04 18:19:24 +01:00
{{ render_text('<img src="https://static.simplelogin.io/send-from-alias/2.png" style="max-width: 500px">') }}
2020-02-02 17:38:46 +01:00
{{ render_text("3. Use this reverse-alias <b>instead of your contact email</b>.") }}
2020-02-04 18:19:24 +01:00
{{ render_text('<img src="https://static.simplelogin.io/send-from-alias/3.png" style="max-width: 500px">') }}
2020-02-02 17:38:46 +01:00
{{ render_text("4. Your contact will receive this email from your alias.") }}
2020-02-04 18:19:24 +01:00
{{ render_text('<img src="https://static.simplelogin.io/send-from-alias/4.png" style="max-width: 500px">') }}
2020-02-02 17:38:46 +01:00
2020-02-12 06:41:25 +01:00
{{ 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!.') }}
2020-02-02 17:38:46 +01:00
{% endblock %}
2020-02-12 06:41:25 +01:00
{% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
2020-08-14 16:23:29 +02:00
<a href="{{URL}}/dashboard/setting#notification">Settings</a>
2020-02-12 06:41:25 +01:00
{% endblock %}