{% extends 'multimail/base.html' %} {% block content %}
| Mailbox | Username | Domain | Sendonly | Active | Actions |
|---|---|---|---|---|---|
| {{ mailbox.username }}@{{ mailbox.domain }} | {{ mailbox.username }} | {{ mailbox.domain }} | {{ mailbox.sendonly }} | {{ mailbox.enabled }} | Delete |
| Add Mailbox | |||||
You haven't set up any mailboxes yet.
Add Mailbox {% endif %} {% endblock %}