Skip to main content
Home
badllama.com
  • Search
  • Log In

PHP

Wed, 04/06/2011 - 23:20 by bchavet

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"
Powered by Backdrop CMS