{% extends 'default.html' %} {% set active_page = "dashboard" %} {% block title %} Send {{ alias.email }} {% endblock %} {% block default_content %}

Transfer {{ alias.email }}

This page allows you to transfer {{ alias.email }} to another person so they can use it to receive and send emails.

In order to transfer ownership, please send the following URL 👇 to the other person.

{{ alias_transfer_url }}

This person can then confirm the reception and become the owner of the alias.

After the confirmation, you can no longer use this alias.
{% endblock %}