You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
We use the on-premises latest stable version of Seq on Windows Server 2016. For logging, we use SeriLog's latest version with default template with structured logging in .NET 6.
The issue is, regarding the selection of Require TLS, the app gives me an error (version:5.0.0):
MailKit.Security.SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection. The host name did not match the name given in the server's SSL certificate.
Note: We should use IP address of the mail server and not to use TLS. Also, authentication inputs are empty and not required.
We don't have the same issue with the old version of the app Seq.App.Email 2.0.74.
**Also, the reason I wanted to update is, I can't manage to render the whole message by {{$Message}} or {{@message}} in 2.0.74. **
A solution to any of the above problems is acceptable.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello.
We use the on-premises latest stable version of Seq on Windows Server 2016. For logging, we use SeriLog's latest version with default template with structured logging in .NET 6.
The issue is, regarding the selection of Require TLS, the app gives me an error (version:5.0.0):
MailKit.Security.SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection. The host name did not match the name given in the server's SSL certificate.
Note: We should use IP address of the mail server and not to use TLS. Also, authentication inputs are empty and not required.
We don't have the same issue with the old version of the app Seq.App.Email 2.0.74.
**Also, the reason I wanted to update is, I can't manage to render the whole message by {{$Message}} or {{@message}} in 2.0.74. **
A solution to any of the above problems is acceptable.
Thanks in advance.
The text was updated successfully, but these errors were encountered: