1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update config.php

This commit is contained in:
Éric Gaspar 2023-12-06 09:43:14 +01:00
parent de74e58c93
commit 19f02c499e

View file

@ -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.