csharp-sparkpost icon indicating copy to clipboard operation
csharp-sparkpost copied to clipboard

C# Client Library for SparkPost Email Service

Results 44 csharp-sparkpost issues
Sort by recently updated
recently updated
newest added

Early this month, we got an email from SparkPost indicating that the Message Events API will be discontinued on October 1, 2019. They suggested using the new Events API and...

- Update template changes from Kirill Kondratyuk - Update template unit tests added - Additional template unit tests added - Template, has_Draft and has_published fields added - has_draft and has_published...

When a release version compatible with ASP.Net Core 1.0? Thanks, D.

enhancement

This takes #130 and incorporates the better project structure from @Gorniv in #136. Still to be resolved is the fate of `MailMessage` parsing, per our earlier discussion.

Feature Request. When will support be added to/for the following: 1. Transmission API - Send A/B Test 2. Wrapper for A/B Test API methods

I'm getting that the SparkPost package does not contain references for .net 4.0. Is there any other way to integrate SparkPost into a 4.0 application? Maybe an older version or...

https://developers.sparkpost.com/api/transmissions/#transmissions-post-send-an-a-b-test This supports A/B testing

AssemblyInfo.cs was [bumped](https://github.com/darrencauthon/csharp-sparkpost/commit/a907c8c5445a1c32c0ecbd226fccdefa6dad9afd#diff-7f9fb7097a976a080a171e712d21801c) to the next version but [UserAgentTests.cs](https://github.com/darrencauthon/csharp-sparkpost/blob/master/src/SparkPost.Tests/ClientTests.cs#L78) was not updated to reflect the version change.

Addressed #158 by adding CustomHeaders to the Webhook class

Any plans to migrate to the .NETStandard instead of the full framework?