From d549e1aaa436280ffe4111d789ef76b23e226230 Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Wed, 24 Jan 2024 19:23:49 +0100 Subject: [PATCH] mailing config --- config/mail.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/mail.php b/config/mail.php index 534395a..b7dc908 100644 --- a/config/mail.php +++ b/config/mail.php @@ -36,9 +36,9 @@ return [ 'mailers' => [ 'smtp' => [ 'transport' => 'smtp', - 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), - 'port' => env('MAIL_PORT', 587), - 'encryption' => env('MAIL_ENCRYPTION', 'tls'), + 'host' => env('MAIL_HOST', 'localhost'), + 'port' => env('MAIL_PORT', 25), + 'encryption' => null, 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), 'timeout' => null,