csharp-sparkpost
csharp-sparkpost copied to clipboard
C# Client Library for SparkPost Email Service
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:...
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...
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...
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...