{% extends basetpl %} {% load i18n %} {% load bootstrap3 %} {% load hierarkey_form %} {% load static %} {% block title %}{% trans "Organizer" %}{% endblock %} {% block content %}
{% trans "Use system default" %}
{% blocktrans trimmed %} Emails will be sent through the system's default server. They will show the following sender information: {% endblocktrans %}
{% trans "Use system email server with a custom sender address" %}
{% blocktrans trimmed %} Emails will be sent through the system's default server but with your own sender address. This will make your emails look more personalized and coming directly from you, but it also might require some extra steps to ensure good deliverability. {% endblocktrans %}
{% trans "Use a custom SMTP server" %}
{% blocktrans trimmed %} For full customization, you can configure your own SMTP server that will be used for email sending. {% endblocktrans %}
{% trans "Reset to organizer settings" %}