Releases: rdanusha/LaravelElasticEmail
Releases · rdanusha/LaravelElasticEmail
v1.2 - Bug fix (Laravel 5.6)
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
Bugs Fixed in this Release:
- Call to undefined method Swift_MimePart::get File name() in ElasticTransport.php (line 122)
Laravel 5.5 supported
Added Laravel 5.5 support
Laravel Elastic Email with Attachment
v1.0 Update ElasticTransport.php