{% extends "base.html" %} {% block title %}Add IP Address - Email Server{% endblock %} {% block content %}
Your Current IP
Detecting...

Add IP Address to Whitelist

IPv4 address that will be allowed to send emails without authentication
This IP will only be able to send emails for the selected domain
Security Note
  • Only whitelist trusted IP addresses
  • This IP can send emails without username/password authentication
  • The IP is restricted to the selected domain only
  • Use static IP addresses for reliable access
Back to IP List
{% endblock %} {% block extra_js %} {% endblock %}