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

SparkPost client library for PHP

Results 13 php-sparkpost issues
Sort by recently updated
recently updated
newest added

Hi there. We'd like to use the SparkPost functionality for recipient validation (https://developers.sparkpost.com/api/recipient-validation/). Do you have any plans to implement such functionality in this package?

The `SparkPostPromise::then` function does not return the result of the callback functions. This means the new promise that it returns will have no data. ```PHP $result = $sparky->request(...)->then(function($response) { //...

SparkPost SDK version: 2.3.0 Error: {"error":"{\"errors\":[{\"message\":\"content.from and content.name must sum to an even number of nested quote(s)\",\"code\":\"1902\"}]}","code":422,"body":{"errors":[{"message":"content.from and content.name must sum to an even number of nested quote(s)","code":"1902"}]} Example code:...