4.21.3
This commit is contained in:
35
app/templates/emails/com/onboarding/browser-extension.html
Normal file
35
app/templates/emails/com/onboarding/browser-extension.html
Normal file
@ -0,0 +1,35 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% call text() %}
|
||||
<h1>Download SimpleLogin browser extensions and mobile apps to create aliases on-the-fly.</h1>
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
If you want to quickly create aliases <b>without</b> going to SimpleLogin website, you can do that with SimpleLogin
|
||||
<a href="https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn">Chrome</a>
|
||||
(or other Chromium-based browsers like Brave or Vivaldi),
|
||||
<a href="https://addons.mozilla.org/firefox/addon/simplelogin/">Firefox</a>
|
||||
and
|
||||
<a href="https://apps.apple.com/app/id1494051017 ">Safari</a>
|
||||
extension.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
You can also manage your aliases using SimpleLogin
|
||||
<a href="https://play.google.com/store/apps/details?id=io.simplelogin.android">Android App</a>
|
||||
or
|
||||
<a href="https://apps.apple.com/app/id1494359858">iOS app</a>
|
||||
.
|
||||
{% endcall %}
|
||||
|
||||
<img src="https://simplelogin.io/images/everywhere.png"
|
||||
alt="Available Everywhere"
|
||||
style="max-width: 100%;">
|
||||
{% 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 %}
|
23
app/templates/emails/com/onboarding/browser-extension.txt
Normal file
23
app/templates/emails/com/onboarding/browser-extension.txt
Normal file
@ -0,0 +1,23 @@
|
||||
This email is sent to {{ to_email }} and is part of our onboarding series.
|
||||
Unsubscribe from our emails on {{URL}}/dashboard/setting#notification
|
||||
----------------
|
||||
|
||||
Hi
|
||||
|
||||
If you want to quickly create aliases without going to SimpleLogin website, you can do that with
|
||||
SimpleLogin Chrome (or other Chromium-based browsers like Brave or Vivaldi), Firefox and Safari extension.
|
||||
|
||||
Chrome: https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn
|
||||
|
||||
Firefox: https://addons.mozilla.org/firefox/addon/simplelogin/
|
||||
|
||||
Safari: https://apps.apple.com/app/id1494051017
|
||||
|
||||
You can also manage your aliases using SimpleLogin mobile apps, available at
|
||||
- Play Store https://play.google.com/store/apps/details?id=io.simplelogin.android
|
||||
- App Store https://apps.apple.com/app/id1494359858
|
||||
|
||||
As usual, let us know if you have any question by replying to this email.
|
||||
|
||||
Best regards,
|
||||
SimpleLogin team.
|
37
app/templates/emails/com/onboarding/mailbox.html
Normal file
37
app/templates/emails/com/onboarding/mailbox.html
Normal file
@ -0,0 +1,37 @@
|
||||
{% 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 %}
|
26
app/templates/emails/com/onboarding/mailbox.txt
Normal file
26
app/templates/emails/com/onboarding/mailbox.txt
Normal file
@ -0,0 +1,26 @@
|
||||
This email is sent to {{ to_email }} and is part of our onboarding series.
|
||||
Unsubscribe from our emails on {{URL}}/dashboard/setting#notification
|
||||
----------------
|
||||
|
||||
Hi
|
||||
|
||||
If you have several email addresses, e.g. Gmail for work and Proton Mail for personal stuffs, you can add them into SimpleLogin and create aliases for them.
|
||||
|
||||
A (real) email address is called *mailbox* in SimpleLogin.
|
||||
|
||||
When creating an alias, you can choose which mailbox that *owns* this alias, meaning:
|
||||
|
||||
- emails sent to this alias are *forwarded* to the owning mailbox.
|
||||
|
||||
- the owning mailbox can *send* or reply emails from this alias.
|
||||
|
||||
You can also change the owning mailbox for an existing alias.
|
||||
|
||||
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.
|
||||
|
||||
Start create you mailbox on {{URL}}/dashboard/mailbox
|
||||
|
||||
As usual, let us know if you have any question by replying to this email.
|
||||
|
||||
Best regards,
|
||||
SimpleLogin team.
|
37
app/templates/emails/com/onboarding/pgp.html
Normal file
37
app/templates/emails/com/onboarding/pgp.html
Normal file
@ -0,0 +1,37 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% call text() %}
|
||||
<h1>Secure your emails with PGP.</h1>
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
If you use Gmail, Yahoo, Outlook, etc, you might want to use
|
||||
<a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP</a>
|
||||
(Pretty Good Privacy)
|
||||
to make sure your emails can't be read by these email providers.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
Without PGP, emails are stored <b>in plaintext</b> leaving your email service able to read your emails.
|
||||
{% endcall %}
|
||||
|
||||
<img src="https://simplelogin.io/blog/without-pgp.png"
|
||||
alt="Without PGP"
|
||||
style="max-width: 100%; margin-bottom: 10px">
|
||||
{% call text() %}
|
||||
With PGP enabled, SimpleLogin <b>encrypts</b> your emails with your public key before forwarding to your mailbox.
|
||||
{% endcall %}
|
||||
|
||||
<img src="https://simplelogin.io/blog/with-pgp.png"
|
||||
alt="Without PGP"
|
||||
style="max-width: 100%; margin-bottom: 20px">
|
||||
{{ render_button("Enable PGP on your mailbox", URL ~ "/dashboard/mailbox/" ~ user.default_mailbox_id) }}
|
||||
{{ raw_url(URL ~ "/dashboard/mailbox/" ~ user.default_mailbox_id) }}
|
||||
{% 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 %}
|
28
app/templates/emails/com/onboarding/pgp.txt
Normal file
28
app/templates/emails/com/onboarding/pgp.txt
Normal file
@ -0,0 +1,28 @@
|
||||
This email is sent to {{ to_email }} and is part of our onboarding series.
|
||||
Unsubscribe from our emails on {{URL}}/dashboard/setting#notification
|
||||
----------------
|
||||
|
||||
Hi
|
||||
|
||||
If you happen to use Gmail, Yahoo, Outlook, etc, do you know these services can read your emails?
|
||||
|
||||
If you want to keep your emails only readable by you, Pretty Good Privacy (PGP) is maybe the solution.
|
||||
|
||||
Highly recommended, open source and free, PGP is unfortunately not widely supported. However with SimpleLogin most recent PGP support, you can now enable PGP on emails sent to your aliases easily.
|
||||
|
||||
Without PGP the emails sent to an alias are forwarded by SimpleLogin as-is to your mailbox, leaving anyone in-between or your email service able to read your emails:
|
||||
|
||||
https://simplelogin.io/blog/without-pgp.png
|
||||
|
||||
With PGP enabled, all emails arrived at SimpleLogin are encrypted with your public key before being forwarded to your mailbox:
|
||||
|
||||
https://simplelogin.io/blog/with-pgp.png
|
||||
|
||||
You can find more info on our announcement post on https://simplelogin.io/blog/introducing-pgp/
|
||||
|
||||
You can create and manage your PGP keys when adding or editing your mailboxes. Check it out on your mailbox dashboard at {{URL}}/dashboard/mailbox
|
||||
|
||||
As usual, let us know if you have any question by replying to this email.
|
||||
|
||||
Best regards,
|
||||
SimpleLogin team.
|
52
app/templates/emails/com/onboarding/send-from-alias.html
Normal file
52
app/templates/emails/com/onboarding/send-from-alias.html
Normal file
@ -0,0 +1,52 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% call text() %}
|
||||
<h1>Send emails from your alias.</h1>
|
||||
{% endcall %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% call text() %}
|
||||
And voilà, your contact will receive this email sent from your alias!
|
||||
Your real mailbox address will stay hidden.
|
||||
{% endcall %}
|
||||
|
||||
{% 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 %}
|
21
app/templates/emails/com/onboarding/send-from-alias.txt.j2
Normal file
21
app/templates/emails/com/onboarding/send-from-alias.txt.j2
Normal file
@ -0,0 +1,21 @@
|
||||
This email is sent to {{ to_email }} and is part of our onboarding series.
|
||||
Unsubscribe from our emails on {{URL}}/dashboard/setting#notification
|
||||
----------------
|
||||
|
||||
Hi
|
||||
|
||||
Do you know you can send an email to anyone from your alias?
|
||||
This below Youtube video walks you quickly through the steps:
|
||||
|
||||
https://youtu.be/GN060XMt6Pc
|
||||
|
||||
Here are the steps:
|
||||
1. First click "Contacts" on your alias you want to send email from
|
||||
2. Enter your contact email, create a "reverse-alias"
|
||||
3. Use this reverse-alias instead of your contact email when composing your email
|
||||
|
||||
And voilà, your contact will receive this email sent from your alias!
|
||||
Your real mailbox address will stay hidden.
|
||||
|
||||
Best regards,
|
||||
SimpleLogin Team.
|
62
app/templates/emails/com/onboarding/welcome-proton-user.html
Normal file
62
app/templates/emails/com/onboarding/welcome-proton-user.html
Normal file
@ -0,0 +1,62 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block logo %}<img src="{{ URL }}/static/logo.svg" style="width: 150px; margin: auto">{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
{% call text() %}
|
||||
Welcome to SimpleLogin, a service developed by Proton to protect your email address!
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
This is the first email you receive via your <b>first alias</b> {{ to_address }}
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
This alias is automatically created when you use SimpleLogin for the first time.
|
||||
Emails sent to it are forwarded to your Proton mailbox.
|
||||
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 %}
|
||||
|
||||
{% call text() %}
|
||||
To create new aliases, use the SimpleLogin browser extension (recommended) or web dashboard.
|
||||
SimpleLogin is available on
|
||||
<a href="https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn">Chrome</a>
|
||||
,
|
||||
<a href="https://addons.mozilla.org/firefox/addon/simplelogin/">Firefox</a>
|
||||
and
|
||||
<a href="https://microsoftedge.microsoft.com/addons/detail/simpleloginreceive-sen/diacfpipniklenphgljfkmhinphjlfff">
|
||||
Edge
|
||||
</a>
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
SimpleLogin is also available on
|
||||
<a href="https://play.google.com/store/apps/details?id=io.simplelogin.android">Android</a>
|
||||
and
|
||||
<a href="https://apps.apple.com/app/id1494359858">iOS</a>
|
||||
so you can manage your aliases on the go.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
Note, if you are a paying Proton Mail user, you automatically receive the premium version of SimpleLogin.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
For any question, feedback or feature request, please join our
|
||||
<a href="https://github.com/simple-login/app/discussions">GitHub forum</a>
|
||||
.
|
||||
You can also join our
|
||||
<a href="https://www.reddit.com/r/Simplelogin/">Reddit</a>
|
||||
or follow our
|
||||
<a href="https://twitter.com/simple_login">Twitter</a>
|
||||
.
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
Best,
|
||||
<br />
|
||||
SimpleLogin Team.
|
||||
{% endcall %}
|
||||
|
||||
{% endblock %}
|
@ -0,0 +1,33 @@
|
||||
Welcome to SimpleLogin, a service developed by Proton to protect your email address!
|
||||
|
||||
This is the first email you receive via your first alias {{ to_address }}
|
||||
|
||||
This alias is automatically created when you use SimpleLogin for the first time.
|
||||
Emails sent to it are forwarded to your Proton mailbox.
|
||||
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.
|
||||
|
||||
To create new aliases, use the SimpleLogin browser extension (recommended) or web dashboard.
|
||||
SimpleLogin is available on Chrome, Firefox, and Edge.
|
||||
SimpleLogin is also available on Android and iOS so you can manage your aliases on the go.
|
||||
|
||||
Note, if you are a paying Proton Mail user, you automatically receive the premium version of SimpleLogin.
|
||||
|
||||
For any question, feedback or feature request, please join our GitHub forum.
|
||||
You can also join our Reddit or follow our Twitter.
|
||||
|
||||
Best,
|
||||
SimpleLogin Team.
|
||||
|
||||
---
|
||||
Links:
|
||||
Chrome: https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn
|
||||
Firefox: https://addons.mozilla.org/firefox/addon/simplelogin/
|
||||
Edge: https://microsoftedge.microsoft.com/addons/detail/simpleloginreceive-sen/diacfpipniklenphgljfkmhinphjlfff
|
||||
Android: https://play.google.com/store/apps/details?id=io.simplelogin.android
|
||||
iOS: https://apps.apple.com/app/id1494359858
|
||||
Github forum: https://github.com/simple-login/app/discussions
|
||||
Reddit: https://www.reddit.com/r/Simplelogin/
|
||||
Twitter: https://twitter.com/simple_login
|
||||
|
||||
|
Reference in New Issue
Block a user