Skip to content

Commit

Permalink
[7.x] Add Mailgun and Postmark mailer (#5243)
Browse files Browse the repository at this point in the history
* Add Mailgun and Postmark mailer

* Formatting

* Update mail.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
mvdnbrk and taylorotwell committed Mar 4, 2020
1 parent c9cf57a commit efcf74f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
'transport' => 'ses',
],

'mailgun' => [
'transport' => 'mailgun',
],

'postmark' => [
'transport' => 'postmark',
],

'sendmail' => [
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs',
Expand Down

0 comments on commit efcf74f

Please sign in to comment.