From 38d3e7fa719a0f637e3b77ff7e7500cbab30c7e2 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 23 Jan 2026 16:55:52 +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 | 15 ++++++++++----- erp24/config/web.php | 15 ++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/erp24/config/console.php b/erp24/config/console.php index fa0f43e1..2b5353fe 100755 --- a/erp24/config/console.php +++ b/erp24/config/console.php @@ -65,11 +65,16 @@ $config = [ 'transport' => [ 'dsn' => sprintf( '%s://%s:%s@%s:%d', - getenv('MAIL_SCHEME') ?: 'smtps', - urlencode(getenv('MAIL_USERNAME') ?: 'flow@bazacvetov24.ru'), - urlencode(getenv('MAIL_PASSWORD') ?: 'ctqamxqeshgxwsgn'), - getenv('MAIL_HOST') ?: 'smtp.yandex.ru', - (int)(getenv('MAIL_PORT') ?: 465) + 'smtps', + //getenv('MAIL_SCHEME') ?: 'smtps', + //urlencode(getenv('MAIL_USERNAME') ?: 'flow@bazacvetov24.ru'), + //urlencode(getenv('MAIL_PASSWORD') ?: 'ctqamxqeshgxwsgn'), + 'flow@bazacvetov24.ru', + 'ctqamxqeshgxwsgn', + 'smtp.yandex.ru', + //getenv('MAIL_HOST') ?: 'smtp.yandex.ru', + //(int)(getenv('MAIL_PORT') ?: 465) + 465 ), ], ], diff --git a/erp24/config/web.php b/erp24/config/web.php index dacd629a..43515561 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -78,11 +78,16 @@ $config = [ 'transport' => [ 'dsn' => sprintf( '%s://%s:%s@%s:%d', - getenv('MAIL_SCHEME') ?: 'smtps', - urlencode(getenv('MAIL_USERNAME') ?: 'flow@bazacvetov24.ru'), - urlencode(getenv('MAIL_PASSWORD') ?: 'ctqamxqeshgxwsgn'), - getenv('MAIL_HOST') ?: 'smtp.yandex.ru', - (int)(getenv('MAIL_PORT') ?: 465) + 'smtps', + //getenv('MAIL_SCHEME') ?: 'smtps', + //urlencode(getenv('MAIL_USERNAME') ?: 'flow@bazacvetov24.ru'), + //urlencode(getenv('MAIL_PASSWORD') ?: 'ctqamxqeshgxwsgn'), + 'flow@bazacvetov24.ru', + 'ctqamxqeshgxwsgn', + 'smtp.yandex.ru', + //getenv('MAIL_HOST') ?: 'smtp.yandex.ru', + //(int)(getenv('MAIL_PORT') ?: 465) + 465 ), ], ], -- 2.39.5