diff options
| -rw-r--r-- | php.ini-dist | 1 | ||||
| -rw-r--r-- | php.ini-recommended | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index e98064e45c..54c311d32e 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -593,6 +593,7 @@ define_syslog_variables = Off [mail function] ; For Win32 only. SMTP = localhost +smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com diff --git a/php.ini-recommended b/php.ini-recommended index 7c6401f159..76cc84ddef 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -613,6 +613,7 @@ define_syslog_variables = Off [mail function] ; For Win32 only. SMTP = localhost +smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com |
