SMTP
How to fix this health check
Updating the JSON configuration
{
"Umbraco": {
"CMS": {
"Global": {
"Smtp": {
"From": "<your email>",
"Host": "<host>",
"Port": <port>,
"PickupDirectoryLocation": "<optional directory>",
"Username": "<optional username>",
"Password": "<optional password>",
"DeliveryMethod": "<Network(default)|SpecifiedPickupDirectory|PickupDirectoryFromIis>",
"SecureSocketOptions": "<None|Auto(default)|SslOnConnect|StartTls|StartTlsWhenAvailable>"
}
}
}
}
}Last updated
Was this helpful?