Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All.
I tried to configure SMTP at Umbraco cloud using Kudu editor. I added this setting at appsettings.Development.json.
"Global": { "Smtp": { "From": "[email protected]", "Host": "smtp.ethereal.email", "Port": 587, "SecureSocketOptions": "StartTls", "Username": "[email protected]", "Password": "xxxxx" } }
Then I do health check but this error occurred.
The 'Umbraco:CMS:Global:Smtp' configuration could not be found.
How can I solve this issue.
Thank you
Did you try making the change in plain app settings.json? It may not be loading the development version
Yes.. but still get same error.
could you show a screen shot of where it is in your setting file?
mine looks like
Also what version of Umbraco is your cloud instance running?
My Umbraco cloud version is 13.2.2
looks to be ok, have you tried raising a support ticket with Cloud?
Yes, I am waiting from their reply.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Configure SMTP on Umbraco Cloud
Hi All.
I tried to configure SMTP at Umbraco cloud using Kudu editor. I added this setting at appsettings.Development.json.
"Global": { "Smtp": { "From": "[email protected]", "Host": "smtp.ethereal.email", "Port": 587, "SecureSocketOptions": "StartTls", "Username": "[email protected]", "Password": "xxxxx" } }
Then I do health check but this error occurred.
The 'Umbraco:CMS:Global:Smtp' configuration could not be found.
How can I solve this issue.
Thank you
Did you try making the change in plain app settings.json? It may not be loading the development version
Yes.. but still get same error.
could you show a screen shot of where it is in your setting file?
mine looks like
Also what version of Umbraco is your cloud instance running?
My Umbraco cloud version is 13.2.2
looks to be ok, have you tried raising a support ticket with Cloud?
Yes, I am waiting from their reply.
is working on a reply...