You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@becw determined that the mail-related errors we were seeing were due to an unset sendmail_path setting in the vm's php.ini (at least for PHP 7.1)
For the cilver lining project, I followed these steps to fix it:
set it to /usr/local/bin/mailhog sendmail [email protected] (following the step from this gist, using the out put from which mailhog to get the path to mailhog)
restarted apache with /etc/init.d/apache2 restart and authenticating with vagrant when prompted
Based on slack conversation starting with: https://palantirnet.slack.com/archives/C88TK42TY/p1548186659057700
@becw determined that the mail-related errors we were seeing were due to an unset
sendmail_path
setting in the vm's php.ini (at least for PHP 7.1)For the cilver lining project, I followed these steps to fix it:
/usr/local/bin/mailhog sendmail [email protected]
(following the step from this gist, using the out put fromwhich mailhog
to get the path to mailhog)/etc/init.d/apache2 restart
and authenticating withvagrant
when promptedSeems like setting the
sendmail_path
value here would be helpful: https://github.com/palantirnet/devkit/blob/develop/provisioning/vars/dev/php.ymlThe text was updated successfully, but these errors were encountered: