Skip to content

Instantly share code, notes, and snippets.

@lordspace
Created August 26, 2014 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lordspace/9edba2fc287d9106469e to your computer and use it in GitHub Desktop.
Save lordspace/9edba2fc287d9106469e to your computer and use it in GitHub Desktop.
This is php.ini I used to setup Fake Sendmail on Windows 8
[mail function]
; For Win32 only.
; http://php.net/smtp
;SMTP = localhost
; http://php.net/smtp-port
;smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = admin+umob@domain.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path =
sendmail_path = "c:\usr\lib\sendmail.exe -t"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment