diff options
| author | foobar <sniper@php.net> | 2003-09-01 16:25:23 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-09-01 16:25:23 +0000 |
| commit | 4ac705885e5296aca681cc7a2270e6979851ccfc (patch) | |
| tree | fedf9490d7a2a0554f030e0068e3bbf3e2233081 | |
| parent | 5f003af4d4cb017f6bbebb703327de58b5c9cd0b (diff) | |
| download | php-git-4ac705885e5296aca681cc7a2270e6979851ccfc.tar.gz | |
MFH
| -rw-r--r-- | php.ini-dist | 2 | ||||
| -rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index 18d85cb182..d746bcb75f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -592,7 +592,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 = diff --git a/php.ini-recommended b/php.ini-recommended index 0ba7e37825..7e1d90c1da 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -607,7 +607,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 = |
