From bc42dfb7905b87cf3d1381527b6351fc2e236168 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Nov 2018 23:10:28 +0300 Subject: [PATCH] mention mailer_smtp plugin in config.php-dist --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.php-dist b/config.php-dist index c179469b..da9237ff 100755 --- a/config.php-dist +++ b/config.php-dist @@ -131,6 +131,9 @@ // Tiny Tiny RSS sends mail via PHP mail() function, unless handled // by a plugin. + // If you need SMTP support, take a look here: + // https://git.tt-rss.org/fox/ttrss-mailer-smtp + define('SMTP_FROM_NAME', 'Tiny Tiny RSS'); define('SMTP_FROM_ADDRESS', 'noreply@your.domain.dom'); // Name, address and subject for sending outgoing mail. This applies -- 2.39.2