EmailPlus SSL error #1522
Replies: 1 comment 1 reply
-
Hi @bbeardqrails, This is a bit of an issue relating to how the MailKit SMTP TLS validation works by default, with standard .NET certificate validation. There are workarounds for certificate validation such as installing the certificate as trusted on the Seq server, but I have had challenges getting that to work in some cases. There is a pull request in progress for Email+ which provides a full dropdown list of TLS behaviours. This includes the "None" option which will definitively turn off TLS. While the pull request is still pending review, I have published a dev version that includes all enhancements at https://www.nuget.org/packages/Seq.App.EmailPlus-Enhanced Hope that's of assistance for your case. Cheers, Matt |
Beta Was this translation helpful? Give feedback.
-
I'm getting an error trying to send an email alert using the Seq.App.EmailPlus (v3.1.0-dev-00179) app, Seq 2021.2.5647. Our SMTP server is on port 25 and I do not have the checkbox checked to "Require TLS". Yet I'm getting the following error when trying to send a an email:
Beta Was this translation helpful? Give feedback.
All reactions