From 255a5a8a5b95b39029c41c504bcfc7ca9ab7863a Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 17 May 2004 16:30:22 +0000 Subject: [PATCH] - Document the smtp_port setting in php.ini --- php.ini-dist | 1 + php.ini-recommended | 1 + 2 files changed, 2 insertions(+) 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 -- 2.50.1