From: Andrew Dolgov Date: Thu, 22 Nov 2018 20:10:28 +0000 (+0300) Subject: mention mailer_smtp plugin in config.php-dist X-Git-Tag: 18.12~38 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=bc42dfb7905b87cf3d1381527b6351fc2e236168 mention mailer_smtp plugin in config.php-dist --- 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