{% 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 create the Share URL 👇 and send it to the other person.

{% if alias_transfer_url %} {{ alias_transfer_url }}
If you don't want to share this alias anymore, you can remove the share URL.
{% else %}
{% endif %}

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 %}