summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-22 23:10:28 +0300
committerAndrew Dolgov <[email protected]>2018-11-22 23:10:28 +0300
commitbc42dfb7905b87cf3d1381527b6351fc2e236168 (patch)
tree7bbb5313fff4a47b2ac18702ef93c0507cc1ed4c /config.php-dist
parentb2f085806040ee9eb4ea02739c507c20baf8e981 (diff)
mention mailer_smtp plugin in config.php-dist
Diffstat (limited to 'config.php-dist')
-rwxr-xr-xconfig.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index c179469b5..da9237ff6 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', '[email protected]');
// Name, address and subject for sending outgoing mail. This applies