From 3a93f3cbcbbdfcbc82e05322d8535d886484cbec Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 23 Jan 2026 18:09:23 +0300 Subject: [PATCH] =?utf8?q?=D0=A2=D0=B5=D1=81=D1=82=D0=B8=D0=BC=20=D0=BF?= =?utf8?q?=D0=BE=D1=87=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/console.php | 2 +- erp24/config/web.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/config/console.php b/erp24/config/console.php index e5a0fd27..96f09ea3 100755 --- a/erp24/config/console.php +++ b/erp24/config/console.php @@ -67,7 +67,7 @@ $config = [ '%s://%s:%s@%s:%d', getenv('MAIL_SCHEME') ?: 'smtps', rawurlencode(getenv('MAIL_USERNAME') ?: 'flow@bazacvetov24.ru'), - rawurlencode(getenv('MAIL_PASSWORD') ?: ''), + rawurlencode(getenv('MAIL_PASSWORD') ?: 'ctqamxqeshgxwsgn'), getenv('MAIL_HOST') ?: 'smtp.yandex.ru', (int)(getenv('MAIL_PORT') ?: 465) ), diff --git a/erp24/config/web.php b/erp24/config/web.php index c85f05ce..40316554 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -80,7 +80,7 @@ $config = [ '%s://%s:%s@%s:%d', getenv('MAIL_SCHEME') ?: 'smtps', rawurlencode(getenv('MAIL_USERNAME') ?: 'flow@bazacvetov24.ru'), - rawurlencode(getenv('MAIL_PASSWORD') ?: ''), + rawurlencode(getenv('MAIL_PASSWORD') ?: 'ctqamxqeshgxwsgn'), getenv('MAIL_HOST') ?: 'smtp.yandex.ru', (int)(getenv('MAIL_PORT') ?: 465) ), -- 2.39.5