Skip to content

Instantly share code, notes, and snippets.

@tag
Created November 1, 2012 18:53
Show Gist options
  • Save tag/3995700 to your computer and use it in GitHub Desktop.
Save tag/3995700 to your computer and use it in GitHub Desktop.
Getting PHP's mail() working on OS X 10.7 Lion
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = /usr/sbin/sendmail -t -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment