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

I am receiving a number of RuntimeBinderExceptions upon sending an e-mail via "Transmission.Send(...)": Exception thrown: 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in Microsoft.CSharp.dll Additional information: Newtonsoft.Json.Linq.JObject does not contain a definition for results. Additional information:...

enhancement

Hi, I can't see any documentation regarding adding CC and BCC fields to mails,, while using Transmission REST endpoint and template_id. All I can see is that to add CC...

duplicate
help wanted

Just wondering if csharp-sparkpost can do transmission with option of "use-draft-template=true" (i.e., send email with given rfc822 content), since I am doing some email relay with relay webhook, it will...

enhancement
help wanted

When using the suppression list API call I'm getting a date/time JSON encoding issue. `.Suppressions.List(new SuppressionsQuery { From = DateTime.Today.AddMonths(-1), To = DateTime.Today, Limit = 100 }))` Response: 400 Bad...

bug