Set default "From:" address for email (UNIX)
sendmail_path = "sendmail -t -i -r user@example.com -f user@example.com -F user@example.com"
Or for inline apache configuration:
php_value sendmail_path "sendmail -t -i -r user@example.com -f user@example.com -F user@example.com"