From: Vladimir Fomichev Date: Fri, 23 Jan 2026 15:09:23 +0000 (+0300) Subject: Тестим почту X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=3a93f3cbcbbdfcbc82e05322d8535d886484cbec;p=erp24_rep%2Fyii-erp24%2F.git Тестим почту --- 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) ),