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

* Add Mailgun and Postmark mailer

* Formatting

* Update mail.php

Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
Mark van den Broek
2020-03-04 08:05:25 -06:00
committed by GitHub
co-authored by Taylor Otwell
parent c9cf57a00c
commit efcf74f422
+8
View File
@@ -47,6 +47,14 @@ return [
'transport' => 'ses',
],
'mailgun' => [
'transport' => 'mailgun',
],
'postmark' => [
'transport' => 'postmark',
],
'sendmail' => [
'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs',