[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:
parent
c9cf57a00c
commit
efcf74f422
|
@ -47,6 +47,14 @@
|
|||
'transport' => 'ses',
|
||||
],
|
||||
|
||||
'mailgun' => [
|
||||
'transport' => 'mailgun',
|
||||
],
|
||||
|
||||
'postmark' => [
|
||||
'transport' => 'postmark',
|
||||
],
|
||||
|
||||
'sendmail' => [
|
||||
'transport' => 'sendmail',
|
||||
'path' => '/usr/sbin/sendmail -bs',
|
||||
|
|
Loading…
Reference in New Issue