csharp-sparkpost
csharp-sparkpost copied to clipboard
C# Client Library for SparkPost Email Service
The Events API will be discontinued on October 1, 2019.
Hi, first of thank you @darrencauthon for this NuGet package, we are using it in our commercial software for more than 3 years now and it always worked perfectly. I'm...
Is anyone using this repo?
Might need to add System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls11 | System.Net.SecurityProtocolType.Tls12; for the system to use the new TLS version
Hello, Any chance of adding the "Preview Template" functionality? More info on the API: https://developers.sparkpost.com/api/templates.html#templates-preview-post Thanks, John
Fix to address broken unit test mentioned in [ISSUE-175](https://github.com/darrencauthon/csharp-sparkpost/issues/175)
We would like to be able to specify an ip_pool when creating a subaccount.
We would like to be able to create a subaccount without an API key, i.e. setup_api_key = false.
Need to allow use of the new "Events" API instead.