summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index a5a7fc3e2..192cb15f9 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -156,6 +156,9 @@
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', '');