Releases: NLog/NLog.MailKit
Version 3.0.2
Updated NLog dependency
Version 3.0.1
Updated NLog and Mailkit dependencies
Version 3.0
Updated MailKit to version 2.0
notice: MailKit version 2.0 won't support .NET 4.0, so the minimal .NET version is now 4.5. That's the only breaking part here.
Version 2.2
- updated NLog dependency (NLog 4.5),
- updated MailKit dependency,
- netstandard1.3 support
Version 2.1.1
Removed NLog 5 dependency
Version 2.1
Add setting SecureSocketOption, update dependencies
Version 2.0
.NET 4+ support
.NET standard 2 support
updated dependencies
Version 1.1.1
Updated dependencies
Version 1.1
Added SkipCertificateValidation option - see #14
Version 1.0
NLog Mail Target for .NET Core, using MailKit.
As System.Net.Mail isn't ported to .NET Core (yet), the original Mail Target of NLog isn't working when using .NET Core.
This package add the mail target to NLog and has the same options as the original Mail Target.
Compared to the original MailTarget, the following options aren't implemented:
-
PickupDirectory
-
NTLM auth