Releases: iwasherefirst2/laravel-multimail
Releases · iwasherefirst2/laravel-multimail
Fix composer.json
1.3.7 Fix composor.json
Add Version Constraints
This should happen in 1.3.5 but I forgot to push my changes. Sorry!
Enforce Laravel Version below 9
Update readme requirements and add Laravel Version requirement to composer
Support dynamical from name
Using Multimail::from($key, 'My special from name'); will now overwrite the from name specified in the config
Fix onQueue issue
This fixes #18
Add implementation of DatabaseConfigDriver
See Readme update for details
Allow Custom Configs
There is now an interface for the config, and the config is exchangable,
simply add your custom config class in config/multimail.php
and your done!
See readme.md for details.
Support Laravel 7
Laravel 7 is now supported
Update Config/Docs
Config and docs are now matching each other.
Allow optional parameters to config provider
1.1.9 Add hint for optional provider parameter