]> git.wh0rd.org - tt-rss.git/commitdiff
mention mailer_smtp plugin in config.php-dist
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 22 Nov 2018 20:10:28 +0000 (23:10 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 22 Nov 2018 20:10:28 +0000 (23:10 +0300)
config.php-dist

index c179469b5210eed63ef4ea268d6f9d039f60ce07..da9237ff6d455df08d768acd368030f7088d1506 100755 (executable)
        // 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