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
Alternative Mail target for [NLog](https://github.com/nlog/nlog) using [MailKit](https://github.com/jstedfast/MailKit). Compatible with .NET standard 2+
10
+
Alternative Mail target for [NLog](https://github.com/nlog/nlog) using [MailKit](https://github.com/jstedfast/MailKit).
11
11
12
12
The NLog MailKit Target is able to replace the original NLog Mail Target and have the same options. See docs for [NLog Mail Target](https://github.com/NLog/NLog/wiki/Mail-Target).
13
13
But Mailkit does not yet support `SmtpAuthentication = NTLM`.
@@ -43,8 +43,6 @@ This library is integration tested with the [SmtpServer NuGet package](https://w
See the [NLog Wiki](https://github.com/NLog/NLog/wiki/Mail-Target) for available options and examples.
47
-
48
46
Note that the option `skipCertificateValidation="true"` can prevent `AuthenticationException` if your remote certificate for smtpServer is invalid - not recommend!
0 commit comments