{% extends "base.html" %} {% block title %}Add Sender - Email Server{% endblock %} {% block content %}

Add New Sender

The email address for authentication and sending
Minimum 6 characters
The domain this sender belongs to
If checked, sender can send emails as any address in their domain. Otherwise, sender can only send as their own email address.
Permission Levels
  • Regular Sender: Can only send emails from their own email address
  • Domain Sender: Can send emails from any address in their domain (e.g., noreply@domain.com, support@domain.com)
{% endblock %} {% block extra_js %} {% endblock %}