]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
pngcrush.sh
[tt-rss.git] / config.php-dist
index c179469b5210eed63ef4ea268d6f9d039f60ce07..a8817fae7964ab86223a1a1d581bf75edefea1ee 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
 
        define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
        // Subject line for email digests
+       // Set this to false to disable digests entirely.
 
        // ***************************************
        // *** Other settings (less important) ***