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

48 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) }}
2020-02-03 07:09:15 +01:00
{% call text() %}
Do you know you can send emails <b>from your alias</b>? <br>
{% endcall %}
2020-02-02 17:38:46 +01:00
{% call text() %}
If you want to reply to an email, just hit "Reply"
2020-09-09 22:14:06 +02:00
and the response will come from your alias. Your personal email address stays hidden.
2020-02-12 06:41:25 +01:00
{% endcall %}
2020-02-04 18:19:24 +01:00
{% call text() %}
To send an email to a <b>new contact</b>, please follow the steps below.
You can also watch this <a href="https://youtu.be/VsypF-DBaow">Youtube video</a>
that quickly walks you through the steps.
{% endcall %}
2020-02-04 18:19:24 +01:00
{% call text() %}
2020-09-09 22:14:06 +02:00
1. First click <b>Send Email</b> on the alias you want to send emails from. <br>
<img src="https://static.simplelogin.io/send-from-alias/1.png" style="max-width: 500px">
{% endcall %}
2020-02-04 18:19:24 +01:00
{% call text() %}
2. Enter your contact email, this will create a <b>reverse-alias</b> for the contact. <br>
<img src="https://static.simplelogin.io/send-from-alias/2.png" style="max-width: 500px">
{% endcall %}
2020-02-02 17:38:46 +01:00
{% call text() %}
3. Send the email to this reverse-alias <b>instead of the contact email</b>. <br>
<img src="https://static.simplelogin.io/send-from-alias/3.png" style="max-width: 500px">
{% endcall %}
{% call text() %}
And voilà, your contact will receive this email sent from your alias! <br>
<img src="https://static.simplelogin.io/send-from-alias/4.png" style="max-width: 500px">
{% endcall %}
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
<a href="{{ URL }}/dashboard/setting#notification">Settings</a>
2020-02-12 06:41:25 +01:00
{% endblock %}