{% import "macros/alerts.html" as alerts %} {% import "macros/forms.html" as forms %} {% extends "admin/tenants/get/base.html" %} {% block tab %}
These settings allow you to configure the sender of transactional emails (welcome, forgot password, etc.). By default, emails will be sent by {{ default_from_name }} <{{ default_from_email }}>
.
The email provider configured on this Fief server doesn't support domain authentication. The transactional emails will be sent by {{ tenant.email_from_email }}
but it's possible they will be marked as spam by email clients.
The email address domain {{ tenant.email_domain.domain }}
is correctly authenticated. Transactional emails will be sent through this address.
The email address domain {{ tenant.email_domain.domain }}
is not authenticated. Transactional emails will not be sent through this address. Click on the button below to see the details about your domain authentication.