mailgun_csharp 0.4.0
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package mailgun_csharp --version 0.4.0
NuGet\Install-Package mailgun_csharp -Version 0.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="mailgun_csharp" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mailgun_csharp --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: mailgun_csharp, 0.4.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install mailgun_csharp as a Cake Addin
#addin nuget:?package=mailgun_csharp&version=0.4.0
// Install mailgun_csharp as a Cake Tool
#tool nuget:?package=mailgun_csharp&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A .NET Mailgun API wrapper. Currently supports sending messages and batch messages.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on mailgun_csharp:
Package | Downloads |
---|---|
mailgun_csharp.AspNet.Identity
An IIdentityMessageService implemention using the mailgun_csharp API wrapper |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0 | 1,450 | 7/6/2022 |
0.7.0-preview2 | 1,566 | 6/5/2021 |
0.7.0-preview1 | 3,060 | 5/3/2020 |
0.6.0 | 24,245 | 5/29/2017 |
0.5.0 | 8,218 | 4/20/2016 |
0.4.0 | 3,086 | 6/22/2015 |
0.3.0 | 4,171 | 11/18/2014 |
0.2.0 | 2,346 | 11/16/2014 |
0.1.0 | 1,847 | 11/16/2014 |
Made ThrowIf public for external use