{% extends "admin/base.html" %} {% block title %}Mail Settings{% endblock %} {% block content %}

Mail Settings

SMTP Configuration
{% if error %}
{{ error }}
{% endif %}
{% if settings %}
Leave blank to keep the stored password.
{% endif %}
{% if settings %}
{% endif %}
How to use your no-reply mailbox

Use your SMTP server details here. IMAP4 and POP3 are not needed for sending mail.

  • SMTP Host: your provider's outgoing mail server
  • Port: usually 587 for STARTTLS
  • SMTP Username: often the full mailbox address
  • From Email: your no-reply address, for example noreply@yourdomain.com
  • Use STARTTLS: keep enabled for your setup
{% endblock %}