Skip to content

Releases: clarification/sparkpost-laravel-driver

Farewell

16 Oct 18:40
8f8869f
Compare
Choose a tag to compare

Mark as unmaintained

Add endpoint configuration option

26 May 01:31
50dc470
Compare
Choose a tag to compare

endpoint can be configured in sparkpost (config/services.php) options (sparkpost.options)

defaults to:
https://api.sparkpost.com/api/v1/transmissions

allows EU users to connect to sparkpost EU api:
https://api.eu.sparkpost.com/api/v1/transmissions

Laravel 6.0 compatibility

26 Sep 17:05
85ba3c5
Compare
Choose a tag to compare
Merge pull request #12 from fhpimenta/support-laravel-6.0

support for Laravel 6.0

Laravel 5.5 compatibility

27 Sep 13:16
Compare
Choose a tag to compare

Updated swiftmailer dependency constraints.

Rename SparkpostTransport.php to SparkPostTransport.php

13 Nov 17:30
Compare
Choose a tag to compare

Addresses Inconsistencies in UNIX environments

1.2.2

06 Nov 17:06
Compare
Choose a tag to compare
  • Added ability to pass options to SparkPost API

Switch Version Check To Class Check

13 Jun 13:51
Compare
Choose a tag to compare
1.2.1

change version check for class check

Fix Laravel 5.0 Support

10 Jun 22:00
Compare
Choose a tag to compare

Laravel 5.0 does not include the abstract class Illuminate\Mail\Transport\Transport

Extracted the main logic to a trait, and added Clarification\MailDrivers\Sparkpost\Transport\SparkPostTransportFiveZero which is used if the laravel version is less than 5.1.0

Attach all the things

05 Jun 22:16
Compare
Choose a tag to compare
  • Fixed attachment bug #2.
  • Changed class name from SparkpostTransport to SparkPostTransport for consistency with the Laravel 5.2 transport class.
  • Added attribution link to laravel's SparkPostTransport class.

1.0.0

29 Apr 17:03
Compare
Choose a tag to compare
initial commit