add SMTP_PORT parameter

This commit is contained in:
Daniel Berteaud 2013-03-23 14:42:50 +01:00
parent 8cf48413b3
commit d2e490088e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
// Subject line for email digests
define('SMTP_HOST', 'localhost');
define('SMTP_PORT', '25');
// SMTP Host to send outgoing mail. Blank - use system MTA.
define('SMTP_LOGIN', '');