summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-05-17 16:31:14 +0000
committerDerick Rethans <derick@php.net>2004-05-17 16:31:14 +0000
commit27c3401da591e64a5dfd3fbc6030775604eddd53 (patch)
tree20fa06f57d4c12a2abee0c5ce898833bc3714b7c
parent8761f766d430b976d01c785087f365150be70cf8 (diff)
downloadphp-git-27c3401da591e64a5dfd3fbc6030775604eddd53.tar.gz
- MFH: Document the smtp_post setting in php.ini*
-rw-r--r--php.ini-dist1
-rw-r--r--php.ini-recommended1
2 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index bdd57b0102..257dbaa219 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -594,6 +594,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 a5bb15f0ac..846e40c424 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -609,6 +609,7 @@ define_syslog_variables = Off
[mail function]
; For Win32 only.
SMTP = localhost
+smtp_port = 25
; For Win32 only.
;sendmail_from = me@example.com