send mail not working #4333
Replies: 2 comments 1 reply
|
I added below code to disable SSL validation, it will work now. |
|
Closing this as resolved: the original poster confirmed an SMTP configuration that works for their server, and that resolution was acknowledged. For anyone finding this later, the current Email extension passes the configured |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I tried sample of content approval web , while run it excuted and instance status display suspended.
Am facing the issue while send mail , An error occurred while attempting to establish an SSL or TLS connection.
In appsettings.json:
"Smtp": {
"Host": "",
"Port": "",
"DefaultSender": "",
"Username": "",
"EnableSsl":"true",
"Password": "XXXX"
}
please guide how to resolve?
All reactions