diff options
-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 e021dfe69f..eae9039b20 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -591,7 +591,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 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 = |