mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
"fixed" bug #25344 (regular domain "localhost.com" used in php.ini)
This commit is contained in:
parent
cbd08869f2
commit
2bbd11e6b5
2 changed files with 2 additions and 2 deletions
|
@ -591,7 +591,7 @@ define_syslog_variables = Off
|
||||||
SMTP = localhost
|
SMTP = localhost
|
||||||
|
|
||||||
; For Win32 only.
|
; For Win32 only.
|
||||||
sendmail_from = me@localhost.com
|
;sendmail_from = me@example.com
|
||||||
|
|
||||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||||
;sendmail_path =
|
;sendmail_path =
|
||||||
|
|
|
@ -606,7 +606,7 @@ define_syslog_variables = Off
|
||||||
SMTP = localhost
|
SMTP = localhost
|
||||||
|
|
||||||
; For Win32 only.
|
; For Win32 only.
|
||||||
sendmail_from = me@localhost.com
|
;sendmail_from = me@example.com
|
||||||
|
|
||||||
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
|
||||||
;sendmail_path =
|
;sendmail_path =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue