{% 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.

{% if alias_transfer_url %} {{ alias_transfer_url }}

Please copy the transfer URL. We won't be able to display it again. If you need to access it again you can generate a new URL.

This transfer URL is valid for 24 hours. If it hasn't been used by then it will be automatically disabled.

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

You have an active transfer link. If you don't want to share this alias anymore, please delete the link.

{{ csrf_form.csrf_token }}
{% else %}

In order to transfer ownership, please create the Share URL 👇 and send it to the other person.

{{ csrf_form.csrf_token }}
{% endif %} {% 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 %}