Test Mail Config
Send test mail using the specified mail config.
Show optional properties
{
"smtpServer": "string"
}
{
"enabled": false,
"smtpServer": "string",
"smtpPort": 0,
"smtpUsername": "string",
"smtpPassword": "string",
"useTls": false,
"useSsl": false,
"useProxy": false,
"senderAddress": "string",
"emailSubjectTemplate": "string",
"emailContentTemplate": "string",
"receiverAddresses": [
"string"
]
}
Enable or disable Email notifications.
The host of the sender.
The port used for mails. Default: 25.
Optional. The username to authenticate with the SMTP server. If not set, no authentication will be used.
Optional. The password to authenticate with the SMTP server. If not set, no authentication will be used.
Define whether to use TLS or not.
Define whether to use SSL or not.
Enable to use the system-specified proxy for sending emails.
The email address to send notification emails with.
An email subject to use for email notifications.
The content to add to the email notifications' body.
The email addresses of receivers for notifications.
Test mail sent successfully.
Invalid mail config spec
Unauthorized access
Config file does not exist.