Skip to content

Commit 255a5a8

Browse files
author
Derick Rethans
committed
- Document the smtp_port setting in php.ini
1 parent d6c4dee commit 255a5a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php.ini-dist

+1
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ define_syslog_variables = Off
593593
[mail function]
594594
; For Win32 only.
595595
SMTP = localhost
596+
smtp_port = 25
596597

597598
; For Win32 only.
598599
;sendmail_from = me@example.com

php.ini-recommended

+1
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ define_syslog_variables = Off
613613
[mail function]
614614
; For Win32 only.
615615
SMTP = localhost
616+
smtp_port = 25
616617

617618
; For Win32 only.
618619
;sendmail_from = me@example.com

0 commit comments

Comments
 (0)