diff options
| author | horus | 2020-07-23 19:07:37 +0200 |
|---|---|---|
| committer | horus | 2020-07-23 19:07:37 +0200 |
| commit | 3c9c0a1668c6b5d643e71880b0e389c7bcf084e2 (patch) | |
| tree | 1efd6bcf3a373b1d931c8a4efdfdb65387563d7a /config | |
| parent | 0c615e5ed6bd7cae961c2fe7a9d841cfb512ece4 (diff) | |
| download | senpai-3c9c0a1668c6b5d643e71880b0e389c7bcf084e2.tar.gz | |
Configures mail transport.
Diffstat (limited to 'config')
| -rw-r--r-- | config/mail.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/mail.php b/config/mail.php index 3c65eb3..84e0856 100644 --- a/config/mail.php +++ b/config/mail.php @@ -16,7 +16,7 @@ return [ | */ - 'driver' => env('MAIL_DRIVER', 'smtp'), + 'driver' => env('MAIL_DRIVER', 'sendmail'), /* |-------------------------------------------------------------------------- @@ -29,7 +29,7 @@ return [ | */ - 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), + 'host' => env('MAIL_HOST', 'localhost'), /* |-------------------------------------------------------------------------- @@ -42,7 +42,7 @@ return [ | */ - 'port' => env('MAIL_PORT', 587), + 'port' => env('MAIL_PORT', 25), /* |-------------------------------------------------------------------------- @@ -56,8 +56,8 @@ return [ */ 'from' => [ - 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'), - 'name' => env('MAIL_FROM_NAME', 'Example'), + 'address' => env('MAIL_FROM_ADDRESS', 'noreply@anime'), + 'name' => env('MAIL_FROM_NAME', 'AniStats'), ], /* |
