Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sendmail_path in README.md #34

Open
JosephGabito opened this issue Sep 24, 2022 · 0 comments
Open

Update sendmail_path in README.md #34

JosephGabito opened this issue Sep 24, 2022 · 0 comments

Comments

@JosephGabito
Copy link

JosephGabito commented Sep 24, 2022

Newer version of Go is adding the mhsendmail in ~/go/bin/mhsendmail.

The sendmail_path should be (path)/go/bin/mhsendmail

to get the (path), cd to ~/go/bin and type pwd, copy the output and append mhsendmail to it.

For example:

(myuser is an example user, you'll get different user in your end.)

  1. cd ~/go/bin, this will output: /Users/myuser/go/bin
  2. Open php.ini, find sendmail_path and change the value to /Users/myuser/go/bin/mhsendmail.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant