Releases: iwasherefirst2/laravel-multimail
Releases · iwasherefirst2/laravel-multimail
Fix mailer Bug
MultiMail::send
was not working when passing an array into from
method. THis problem is fixed with this release.
Email used as default Username
1.1.7 Update README.md
Added full CodeCoverage
100% CodeCoverage reached now :)
Fix SMPT Service Provider
There was a bug that didn't allow to specify a service provider other then the default one to be used of SMPT.
The bug has been fixed with this release.
Fix log-credentials issue
Sending mails with log-driver without credentials failed. Fixed in this release.
Fix direct send issue
1.1.3 Fix issue with sending direct mail
Fixed Queue Issue
Queue Mails were not working in latest release. Fixed it.
Log Driver Available
In addition to the SMTP
driver the LOG
driver was added.
Now local tests can be run without compromises to sending mails.
1.1.0
New Feature
Its now possible to use an array as input
\MultiMail::from(['email'=> 'name of email in config/multimail.php',
'name' => 'name that shall overwrite from in config/multimail.php'])
->send(new Mailable());
1.0
Version 1 of MultiMail is official! Enjoy writing mails! 🥇