From: Derick Rethans Date: Mon, 17 May 2004 16:30:22 +0000 (+0000) Subject: - Document the smtp_port setting in php.ini X-Git-Tag: RELEASE_0_1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=255a5a8a5b95b39029c41c504bcfc7ca9ab7863a;p=php - Document the smtp_port setting in php.ini --- 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