Skip to content

Instantly share code, notes, and snippets.

@k4zuki02h4t4
Last active September 17, 2020 01:47
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 k4zuki02h4t4/965502ad711ab793fbce65535e6d9aa7 to your computer and use it in GitHub Desktop.
Save k4zuki02h4t4/965502ad711ab793fbce65535e6d9aa7 to your computer and use it in GitHub Desktop.
MAMP php.ini for windows
[mail function]
smtp_port = 1025
sendmail_path = C:/Users/HOGE/scoop/apps/ruby/current/gems/bin/catchmail -f send@mamp.dev
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
; https://curl.haxx.se/ca/cacert.pem
curl.cainfo = "D:/Google/Development/SSL/curl/cacert.pem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment