]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Merge branch 'master' of git://github.com/skikuta/Tiny-Tiny-RSS into skikuta-master
[tt-rss.git] / config.php-dist
index 176949fd984fb5d21f0a9f72e19b1a59d72e36a3..192cb15f923139ab6722f3d8f33bac2382670ee8 100644 (file)
 
        define('SMTP_HOST', '');
        // SMTP Host to send outgoing mail. Blank - use system MTA.
+       
+       define('SMTP_PORT','');
+       // SMTP port to sent outgoing mail. Default is 25.
 
        define('SMTP_LOGIN', '');
        define('SMTP_PASSWORD', '');
        // Users may enable other user plugins from Preferences/Plugins but may not
        // disable plugins specified in this list.
 
-    define('SITE_TITLE', 'Tiny Tiny RSS');
-    // Change this value to customize the HTML page title
-
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).