improve onboarding mailbox email

This commit is contained in:
Son NK 2020-09-09 20:38:05 +02:00
parent 32373b6bd0
commit e3e9428247
1 changed files with 14 additions and 14 deletions

View File

@ -2,33 +2,33 @@
{% block content %} {% block content %}
{{ render_text("Hi " + user.name) }} {{ render_text("Hi " + user.name) }}
{{ render_text("If you have several email addresses, e.g. Gmail for work and Protonmail for personal stuffs, you can add them into SimpleLogin and create aliases for them.") }}
{{ render_text("A real email address is called <b>mailbox</b> in SimpleLogin.") }} {% call text() %}
If you have several email addresses, e.g. Gmail for work and Protonmail for personal uses,
you can add them into SimpleLogin as <b>mailboxes</b>.
{% endcall %}
<img src="https://simplelogin.io/blog/mailbox-gmail.png" alt="Mailbox Gmail"> <img src="https://simplelogin.io/blog/mailbox-gmail.png" alt="Mailbox Gmail">
<img src="https://simplelogin.io/blog/mailbox-protonmail.png" alt="Mailbox Protonmail"> <img src="https://simplelogin.io/blog/mailbox-protonmail.png" alt="Mailbox Protonmail">
{{ render_text("When creating an alias, you can choose which mailbox that <b>owns</b> this alias, meaning:") }} {% call text() %}
When creating an alias, you can choose the mailbox that <b>owns</b> this alias, meaning: <br>
1. Emails sent to this alias are forwarded to the owning mailbox. <br>
2. The owning mailbox can send or reply emails from this alias.
{% endcall %}
{{ render_text("1. Emails sent to this alias are *forwarded* to the owning mailbox.") }} {% call text() %}
A mailbox doesn't have to be <b>your</b> email address: you can also create aliases for your friend by adding
{{ render_text("2. The owning mailbox can *send* or reply emails from this alias.") }} his/her email address as your mailbox.
{% endcall %}
{{ render_text("You can also change the owning mailbox for an existing alias.") }}
{{ render_text('The mailbox doesn\'t have to be your personal email: you can also create aliases for your friend by adding his/her email as a mailbox.') }}
{{ render_button("Create mailbox", URL ~ "/dashboard/mailbox") }} {{ render_button("Create mailbox", URL ~ "/dashboard/mailbox") }}
{{ 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!.') }}
{{ raw_url(URL ~ "/dashboard/mailbox") }} {{ raw_url(URL ~ "/dashboard/mailbox") }}
{% endblock %} {% endblock %}
{% block footer %} {% block footer %}
This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on This email is sent to {{ user.email }} and is part of our onboarding series. Unsubscribe on
<a href="{{URL}}/dashboard/setting#notification">Settings</a> <a href="{{ URL }}/dashboard/setting#notification">Settings</a>
{% endblock %} {% endblock %}