[7.x] Add Mailgun and Postmark mailer (#5243)

* Add Mailgun and Postmark mailer

* Formatting

* Update mail.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
Mark van den Broek 2020-03-04 15:05:25 +01:00 committed by GitHub
parent c9cf57a00c
commit efcf74f422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,14 @@
'transport' => 'ses',
],
'mailgun' => [
'transport' => 'mailgun',
],
'postmark' => [
'transport' => 'postmark',
],
'sendmail' => [
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs',