{% extends "baseTemplate/index.html" %} {% load static %} {# Mailbox creation. Angular interpolation is {$ … $}; Django's {{ }} is untouched. #} {% block title %}Create email account{% endblock %} {% block content %}

Create email account

New mailboxes are usable immediately over IMAP, POP3 and SMTP.

All mailboxes
{% if not domains %}
You do not have any websites yet, so there is no domain to create a mailbox on.
{% else %}
@
Letters, digits, dot, dash and underscore only — the name becomes a directory on disk.
At least {{ minPasswordLength }} characters. Stored as a SHA512-CRYPT hash — the panel can never show it again, only replace it.

Package allowance

/ mailboxes

This package does not cap the number of mailboxes.

The allowance is used up. Delete a mailbox or move the site to a larger package.

Select a domain to see its allowance.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}