updated configs

This commit is contained in:
denisdulici
2020-03-13 10:34:12 +03:00
parent c73dc28782
commit 9fa6a2c54b
6 changed files with 17 additions and 17 deletions

View File

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