Coralys.Net.MailSettings
1.3.0
dotnet add package Coralys.Net.MailSettings --version 1.3.0
NuGet\Install-Package Coralys.Net.MailSettings -Version 1.3.0
<PackageReference Include="Coralys.Net.MailSettings" Version="1.3.0" />
paket add Coralys.Net.MailSettings --version 1.3.0
#r "nuget: Coralys.Net.MailSettings, 1.3.0"
// Install Coralys.Net.MailSettings as a Cake Addin #addin nuget:?package=Coralys.Net.MailSettings&version=1.3.0 // Install Coralys.Net.MailSettings as a Cake Tool #tool nuget:?package=Coralys.Net.MailSettings&version=1.3.0
Class library that implements a custom configuration file section for both app.config and web.config.
This section allows to specify default as well as MULTIPLE mail server settings so that your application can use fallback servers in a prioritized manner.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* Proper use of SecureString inside
* Removed two obsolete properties
* Added string.ToSecureString() extension method in System.Security
* Added SecureString.ToInsecureString() extension method in System.Security