{% extends "base.html" %} {% block title %}SMTP - Admin - MikroMon{% endblock %} {% block content %}

SMTP

Test email sending configuration
Back
Send test
{{ form.hidden_tag() }}
{{ form.to_email(class_="form-control", placeholder="email@example.com") }}
Will send HTML email: emails/smtp_test.html
Variables
  • SMTP_HOST, SMTP_PORT
  • SMTP_FROM
  • optional: SMTP_USER, SMTP_PASS
  • optional: SMTP_USE_TLS / SMTP_USE_SSL
{% endblock %}