diff options
author | Derick Rethans <derick@php.net> | 2004-05-17 16:30:22 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-05-17 16:30:22 +0000 |
commit | 255a5a8a5b95b39029c41c504bcfc7ca9ab7863a (patch) | |
tree | 309ebe93d78c743436d475e884c45d2f9e37ea5e /php.ini-dist | |
parent | d6c4dee168c0f87d9b3fecf7a62555d8a5cacde3 (diff) | |
download | php-git-255a5a8a5b95b39029c41c504bcfc7ca9ab7863a.tar.gz |
- Document the smtp_port setting in php.ini
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 1 |
1 files changed, 1 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 |