mail.config =========== .. raw:: html
The sending address that the mail server will use for sending emails.
Display name that will appear as the sender name in outgoing emails.
Hostname or IP address of the SMTP server used for sending emails.
TCP port number for the SMTP server connection.
Type of encryption.
Whether SMTP authentication is enabled and user, pass are required.
SMTP username.
SMTP password.
OAuth configuration for email providers that support it or null for basic authentication.
An email provider, e.g. "gmail", "outlook".
OAuth client ID provided by the email provider.
OAuth client secret provided by the email provider.
OAuth refresh token used to obtain new access tokens for email authentication.
Unique identifier for this mail configuration.