mailgun_csharp 0.6.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.
Install-Package mailgun_csharp -Version 0.6.0
dotnet add package mailgun_csharp --version 0.6.0
<PackageReference Include="mailgun_csharp" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mailgun_csharp --version 0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: mailgun_csharp, 0.6.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.6.0
// Install mailgun_csharp as a Cake Tool
#tool nuget:?package=mailgun_csharp&version=0.6.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 | 279 | 7/6/2022 |
0.7.0-preview2 | 1,536 | 6/5/2021 |
0.7.0-preview1 | 3,030 | 5/3/2020 |
0.6.0 | 22,645 | 5/29/2017 |
0.5.0 | 7,925 | 4/20/2016 |
0.4.0 | 2,981 | 6/22/2015 |
0.3.0 | 3,865 | 11/18/2014 |
0.2.0 | 2,068 | 11/16/2014 |
0.1.0 | 1,739 | 11/16/2014 |
UPDATE: Fix quoting of from/to addresses to better comply to RFC and mailgun requirements.