Skip to content

Releases: iwasherefirst2/laravel-multimail

Fix mailer Bug

07 Dec 13:00
Compare
Choose a tag to compare

MultiMail::send was not working when passing an array into from method. THis problem is fixed with this release.

Email used as default Username

30 Nov 20:43
f447015
Compare
Choose a tag to compare
1.1.7

Update README.md

Added full CodeCoverage

24 Nov 20:25
Compare
Choose a tag to compare

100% CodeCoverage reached now :)

Fix SMPT Service Provider

19 Nov 11:51
Compare
Choose a tag to compare

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

22 Oct 07:43
Compare
Choose a tag to compare

Sending mails with log-driver without credentials failed. Fixed in this release.

Fix direct send issue

15 Oct 14:00
8c52bf2
Compare
Choose a tag to compare
1.1.3

Fix issue with sending direct mail

Fixed Queue Issue

09 Oct 13:09
Compare
Choose a tag to compare

Queue Mails were not working in latest release. Fixed it.

Log Driver Available

18 Sep 22:28
Compare
Choose a tag to compare

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

05 Sep 07:43
Compare
Choose a tag to compare

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

04 Sep 17:31
0f6c5f8
Compare
Choose a tag to compare
1.0

Version 1 of MultiMail is official! Enjoy writing mails! 🥇