Info
Version: | 5.2.0 |
Author(s): | Julian Verdurmen |
Last Update: | Wednesday, August 30, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NLog/NLog.MailKit |
NuGet Url: | https://www.nuget.org/packages/NLog.MailKit |
Install
Install-Package NLog.MailKit
dotnet add package NLog.MailKit
paket add NLog.MailKit
NLog.MailKit Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
.NETStandard 1.3
- MailKit(>= 2.8.0)
- NETStandard.Library(>= 1.6.1)
- NLog(>= 4.7.4)
- MailKit(>= 2.8.0)
- NETStandard.Library(>= 1.6.1)
- NLog(>= 4.7.4)
Tags
This package add the mail target to NLog and has the same options* as the original Mail Target.
If the mail target was already available on your platform, this package will overwrite the original Mail Target.
* Compared to the original MailTarget, the following options aren't implemented:
- NTLM auth
* MailKit gives more control of the sockets, so you get the `secureSocketOption` option for free!.