{% extends "base.html" %} {% block logo %}{% 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 first alias {{ to_address }} {% endcall %} {% call text() %} This alias was automatically created the first time you accessed SimpleLogin. 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 this alias. Your personal email address will stay hidden. {% endcall %} {% call text() %} SimpleLogin is also available on Android and iOS so you can manage your aliases on the go. {% endcall %} {% call text() %} For any question, feedback or feature request, please join our GitHub forum. You can also join our Reddit or follow our Twitter. {% endcall %} {% call text() %} Best,
SimpleLogin Team. {% endcall %} {% endblock %}