Skip to content

Tags: TalhaArtisan/laravel-multimail

Tags

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iwasherefirst2#10 from iwasherefirst2/extract-config

Extract config

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request iwasherefirst2#6 from AlirezaSedghi/master

fix make new Mailer instance in laravel 7

1.2.1

Toggle 1.2.1's commit message
Add mocking feature

Add config option to allow
direct use of Mail facade.
This enables the se of the
mocking feature from Laravel,

1.1.10

Toggle 1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add hint for optional provider parameter

1.1.8

Toggle 1.1.8's commit message
Fix mailer stroing bug

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.1.6

Toggle 1.1.6's commit message
Refactoring Core and added 100% CodeCoverage

For SMTP CodeCoverage support, it was neccesary
to communicate with MailTrapi API to confirm
if mail was acutally send.

1.1.5

Toggle 1.1.5's commit message
Refactoed MultiMailer

1.1.4

Toggle 1.1.4's commit message
Do not require credentials with log driver

When log driver where used, exception where thrown
when user/pass were missing. Since there are not
needed for log driver, this exception won't be thrown
in this case any longer.