Info
Version: | 1.0.1 |
Author(s): | DannyBoyNg |
Last Update: | Tuesday, November 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DannyBoyNg/LegacyEmailService |
NuGet Url: | https://www.nuget.org/packages/Ng.LegacyEmailService |
Install
Install-Package Ng.LegacyEmailService
dotnet add package Ng.LegacyEmailService
paket add Ng.LegacyEmailService
Ng.LegacyEmailService Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Options(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
Tags
This is a wrapper for the deprecated/obsolete System.Net.Mail.SmptClient. This package is meant to help support legacy systems/environments.
For new development please use MailKit or other third party packages.