2020-02-02 17:38:46 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-02-04 18:19:24 +01:00
|
|
|
|
2020-09-09 22:02:56 +02:00
|
|
|
{% call text() %}
|
2022-06-29 11:28:26 +02:00
|
|
|
<h1>Send emails from your alias.</h1>
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{% call text() %}
|
|
|
|
If you want to reply to an email, just hit "Reply"
|
|
|
|
and the response will come from your alias. Your personal email address stays hidden.
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02: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/GN060XMt6Pc">Youtube video</a>
|
|
|
|
that quickly walks you through the steps.
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{% call text() %}
|
|
|
|
1. Click the <b>Contacts</b> button on the alias you want to send emails from
|
|
|
|
<br />
|
|
|
|
<img src="https://simplelogin.io/docs/getting-started/send-email/contacts.png"
|
|
|
|
style="max-width: 500px">
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{% call text() %}
|
|
|
|
2. Enter your contact email, this will create a <b>reverse-alias</b> for the contact.
|
|
|
|
<br />
|
|
|
|
<img src="https://simplelogin.io/docs/getting-started/send-email/new-contact.png"
|
|
|
|
style="max-width: 500px">
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{% call text() %}
|
|
|
|
3. Send the email to this reverse-alias <b>instead of the contact email</b>.
|
|
|
|
<br />
|
|
|
|
<img src="https://simplelogin.io/docs/getting-started/send-email/reverse-alias.png"
|
|
|
|
style="max-width: 500px">
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2022-06-29 11:28:26 +02:00
|
|
|
{% call text() %}
|
|
|
|
And voilà, your contact will receive this email sent from your alias!
|
|
|
|
Your real mailbox address will stay hidden.
|
|
|
|
{% endcall %}
|
2022-07-11 12:06:15 +02:00
|
|
|
|
2020-02-02 17:38:46 +01:00
|
|
|
{% endblock %}
|
2020-02-12 06:41:25 +01:00
|
|
|
{% block footer %}
|
2022-06-29 11:28:26 +02:00
|
|
|
|
2020-09-12 15:51:43 +02:00
|
|
|
This email is sent to {{ to_email }} and is part of our onboarding series. Unsubscribe on
|
2020-09-09 22:02:56 +02:00
|
|
|
<a href="{{ URL }}/dashboard/setting#notification">Settings</a>
|
2020-02-12 06:41:25 +01:00
|
|
|
{% endblock %}
|