{% extends "base.html" %} {% block content %} {% call text() %}
{% endcall %}
{% call text() %}
2. Enter your contact email, this will create a reverse-alias for the contact.
{% endcall %}
{% call text() %}
3. Send the email to this reverse-alias instead of the contact email.
{% 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
Settings
{% endblock %}