{% extends "default.html" %} {% set active_page = "setting" %} {% block title %}Alias Batch Import{% endblock %} {% block default_content %}

Alias Batch Import

Only aliases created with your verified domains can be imported.
If mailboxes are set for an alias, they will only be linked if they already exist.
Please make sure to use the csv template file.

The import can take several minutes. Please come back to this page to verify the import status.
If an alias already exists, it won't be imported.

Download CSV Template
{{ csrf_form.csrf_token }}
{% if batch_imports %}

Batch imports

{% for batch_import in batch_imports %} {% endfor %}
Uploaded Number Alias Imported Status
{{ batch_import.created_at | dt }} {{ batch_import.nb_alias() }} {% if batch_import.processed %} Processed ✅ {% else %} Pending {% endif %}
{% endif %}
{% endblock %}