{% extends 'traffic/settings/index.html' %} {% block toolbar_smtp %}class="active"{%endblock%} {% block settings_comment %}
This page contains optional settings for SMTP mailer connector used when a periodic report needs to be sent to the designated e-mail addresses.
{% endblock %} {% block settings_content %} {% if not success %}Failure!
Failed to send SMTP Test Message. Please examine the following output, click Continue Editing below, correct and run the test again.
Success!
SMTP Test Message was sent successfully, please check your inbox!
{{ output }}
{{traceback}}Continue Editing
{% endif %} {% endblock %}