diff options
author | foobar <sniper@php.net> | 2003-09-01 16:25:07 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-09-01 16:25:07 +0000 |
commit | 2bbd11e6b5825dfbb70eb37dd212a1e618b6cdfc (patch) | |
tree | f703a8f02d14a7751a56f76802e1280ce0cd5537 /php.ini-recommended | |
parent | cbd08869f24f376c0cd1a8037b0618bd0709523b (diff) | |
download | php-git-2bbd11e6b5825dfbb70eb37dd212a1e618b6cdfc.tar.gz |
"fixed" bug #25344 (regular domain "localhost.com" used in php.ini)
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 901a9671ff..eeae6f6256 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -606,7 +606,7 @@ define_syslog_variables = Off SMTP = localhost ; 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"). ;sendmail_path = |