Some checks failed
Build-Release-Image / Build-Image (linux/arm64) (push) Successful in 3m21s
Build-Release-Image / Build-Image (linux/amd64) (push) Has been cancelled
Build-Release-Image / Merge-Images (push) Has been cancelled
Build-Release-Image / Create-Release (push) Has been cancelled
Build-Release-Image / Notify (push) Has been cancelled
40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
{% call text() %}
|
|
<h1>Add other mailboxes to SimpleLogin.</h1>
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
If you have several email inboxes, say Gmail and Proton Mail,
|
|
you can add them into SimpleLogin as <b>mailboxes</b>.
|
|
{% endcall %}
|
|
|
|
<img src="https://simplelogin.io/images/multiple-mailboxes.png"
|
|
alt="Multiple Mailboxes"
|
|
style="max-width: 100%;
|
|
margin: auto;
|
|
border: 1px solid">
|
|
{% call text() %}
|
|
When creating an alias, you can choose the mailbox(es) that
|
|
<b>owns</b> this alias, meaning:
|
|
<br />
|
|
1. Emails sent to this alias are forwarded to the owning mailbox(es).
|
|
<br />
|
|
2. The owning mailbox(es) can send emails from this alias.
|
|
{% endcall %}
|
|
|
|
{% call text() %}
|
|
Please note that adding additional mailboxes is only available in the Premium plan.
|
|
{% endcall %}
|
|
|
|
{{ render_button("Create mailbox", URL ~ "/dashboard/mailbox") }}
|
|
{{ raw_url(URL ~ "/dashboard/mailbox") }}
|
|
{% endblock %}
|
|
{% block footer %}
|
|
|
|
This email is sent to {{ to_email }} and is part of our onboarding series. Unsubscribe on
|
|
<a href="{{ URL }}/dashboard/setting#notification">Settings</a>
|
|
{% endblock %}
|