Pepipost 5.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pepipost --version 5.0.1
NuGet\Install-Package Pepipost -Version 5.0.1
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="Pepipost" Version="5.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pepipost --version 5.0.1
#r "nuget: Pepipost, 5.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pepipost as a Cake Addin
#addin nuget:?package=Pepipost&version=5.0.1

// Install Pepipost as a Cake Tool
#tool nuget:?package=Pepipost&version=5.0.1

The Official C# library for Pepipost Web API v5

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.4 10,033 7/26/2020
5.0.1 2,252 5/30/2020
5.0.0 1,064 5/30/2020
2.5.5 1,444 7/25/2020
2.5.4 1,029 5/20/2020
2.5.3 965 5/15/2020
2.5.2 4,451 5/23/2019
2.5.1 1,021 5/23/2019
2.5.1-z 861 5/23/2019
2.5.0 1,648 8/28/2018

Updating Dependencies of Newtonsoft json

 ## Highlights for V5
 
 -  Users can now schedule emails for up to 72 hours.
 -  Users can mark multiple recipients in To, Cc and Bcc.
 -  Recipient names are now supported across all the email address fields.
 -  Adding(or Removing) email addresses and domains to the suppression list is easier.

 ## SendEmail Support

 -   Structural changes are implemented in the Send Email API to allow JSON objects.
 -   Support for addition of multiple email address in To field.
 -   Support for recipient name included in To, Cc and Bcc.
 -   Support for sending a personalized attachment in a single API call.
 -   Content-type to distinguish and support multi-content with "AMP" and "HTML" content.
 -   Schedule email feature
 -   Now, X-APIHEADER will be known as token_to.
 -   Now X-APIHEADER_CC will be known as token_cc.
 -   Error response structure is modified for Send Email API.

 with Sendmail API we have introduced support for other endpoints in SDK.

 ## Domain API

 - Domain ID is provided in response message in 'Add a domain' API.
 - New APIs added [Get the list of domains, Delete Domain]

 ## Suppression API

 - Single API to suppress email address (and/or domain).
 - Single API to remove email address (and/or domain) from the Suppression list.
 - Multiple email addresses (or domains) can be suppressed or removed simultaneously.


 ## Subaccount API

 - Credit type can be assigned at the time of the creation of subaccount.
 - New API added - Retrieve a list of subaccounts.
 - Update Subaccount API replaces the 'Change email address' API, 'Change credit type' API and 'Change password' API

 ## Events API

 - Introduction of pagination using scroll ID.
 - Introduction of aggregate status to fetch logs for multiple events simultaneously.