]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
css cleanup; remove auxDlg; add separate prefs.css
[tt-rss.git] / config.php-dist
index 4414e77d36fc049bc66018161499ee3141b4eace..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('PAGE_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).