Skip to content

Releases: rdanusha/LaravelElasticEmail

v1.2 - Bug fix (Laravel 5.6)

28 Jul 21:48
5d4c09f

Choose a tag to compare

Replace Swift_Mime_Message to Swift_Mime_SimpleMessage to fix this issue:

Declaration of Rdanusha\LaravelElasticEmail\ElasticTransport::send(Swift_Mime_Message $message, &$failedRecipients = NULL) must be compatible with Swift_Transport::send(Swift_Mime_SimpleMessage $message, &$failedRecipients = NULL)

v1.1.1 - Bugs Fixed

26 Dec 12:39
587dacf

Choose a tag to compare

Bugs Fixed in this Release:

  • Call to undefined method Swift_MimePart::get File name() in ElasticTransport.php (line 122)

Laravel 5.5 supported

27 Nov 11:54
22af8e0

Choose a tag to compare

Added Laravel 5.5 support

Laravel Elastic Email with Attachment

31 Aug 10:59

Choose a tag to compare

v1.0

Update ElasticTransport.php