Open JosephGabito opened 2 years ago
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.
pwd
For example:
(myuser is an example user, you'll get different user in your end.)
Thanks
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.)
Thanks