summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 22:09:34 -0700
committerAndrew Dolgov <[email protected]>2013-03-22 22:09:34 -0700
commit6ef8ec84cb66b053edf84e8738a04089f8ca1b07 (patch)
tree893ba2dd3d5cb00e733f0293563da444d86fa9db /config.php-dist
parent0d6ecb1f1cc663497bdd8fccb3f2dc66d2cdb0b9 (diff)
parent1b2afd2bd3dc19cdd36da47cc52040a83cdb3b68 (diff)
Merge pull request #73 from derekmurawsky/dmChanges
Centralized mail handling per post on google + community.
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', '');