laravel-sparkpost-driver icon indicating copy to clipboard operation
laravel-sparkpost-driver copied to clipboard

SparkPost driver to use with Laravel 6.x | 7.x | 8.x | 9.x

Results 5 laravel-sparkpost-driver issues
Sort by recently updated
recently updated
newest added

This adds support for the `X-MSYS-API` header, in addition to the `X-MSYS-SUBACCOUNT` header. All headers are passed to Sparkpost directly to also preemptively include support for future additions by Sparkpost....

I'm trying to add metadata to my mailable but this does not work with Laravel 9. ``` public function headers() { $options = [ 'metadata' => [ 'team_id' => (string)$this->message->team_id,...

Laravel version: 9.17.0 Package version: 5.0.3 Hi, I'm trying to send an email with one main recipient and one copy. However both receive the email as "to" and the other...

If we give the same email in TO, we are getting duplicate emails. but it is working fine in the older version (4.0.4). We analysed your code and found the...

Hello, Is it possible to extend the SparkPostTransport and the Helper classes with a function that checks the domain is valid and can be called from the Helper class?