From 19f02c499ea4115db6774903c3beddba59565f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:43:14 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 1391b26..6c8737d 100644 --- a/conf/config.php +++ b/conf/config.php @@ -146,7 +146,7 @@ // Blank - use system MTA. putenv('TTRSS_SMTP_LOGIN=__APP__'); - putenv('TTRSS_SMTP_PASSWORD=__MAIL_APP__'); + putenv('TTRSS_SMTP_PASSWORD=__MAIL_PWD__'); // These two options enable SMTP authentication when sending // outgoing mail. Only used with SMTP_SERVER.