Skip to content

Releases: iwasherefirst2/laravel-multimail

Fix composer.json

12 Oct 14:49
Compare
Choose a tag to compare
1.3.7

Fix composor.json

Add Version Constraints

12 Oct 14:45
Compare
Choose a tag to compare

This should happen in 1.3.5 but I forgot to push my changes. Sorry!

Enforce Laravel Version below 9

06 Oct 08:03
Compare
Choose a tag to compare

Update readme requirements and add Laravel Version requirement to composer

Support dynamical from name

13 Jan 09:44
9d00bdc
Compare
Choose a tag to compare

Using Multimail::from($key, 'My special from name'); will now overwrite the from name specified in the config

Fix onQueue issue

10 Apr 16:04
Compare
Choose a tag to compare
This fixes #18

Add implementation of DatabaseConfigDriver

10 Apr 15:36
Compare
Choose a tag to compare

See Readme update for details

Allow Custom Configs

25 Oct 13:58
6ecf93a
Compare
Choose a tag to compare

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

04 Jun 19:50
5764e88
Compare
Choose a tag to compare

Laravel 7 is now supported

Update Config/Docs

11 Mar 17:57
d8d2aa4
Compare
Choose a tag to compare

Config and docs are now matching each other.

Allow optional parameters to config provider

04 Feb 13:29
b328b7a
Compare
Choose a tag to compare
1.1.9

Add hint for optional provider parameter