Releases: YOzaz/Laravel-SwiftMailer
Releases · YOzaz/Laravel-SwiftMailer
Change default options
Silent mode and proper Transport handling
- Silent mode switch for failed emails catching
- Transport property reset: swiftmailer/swiftmailer#490 (comment).
Nightwork fix
- Add missing methods
- Silence potentially erroneous calls completely, see https://github.com/laravel/framework/blob/5.4/src/Illuminate/Mail/Mailer.php#L422.
Major changes
Big switch from RESET before email, to STOP after email.
Queue manager bugfix - Laravel 5
Same fix as above, for Laravel 5 compatibility.
Queue manager bugfix
Bugfix release for queue manager instance.
(un)deprecate package
As Laravel 5 reconnection is not working, this package is still required.
See README for details.
Queue methods on Mailer class
Last release before deprecation.
Mail::queue
, Mail::later
, and similar methods.
Version compare fix
Bugfix for Laravel version check.
Laravel 5 support
Readme update.