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
I'm running unit tests via PHPUnit on GitLab CI and I do get the following error: sh: 1: /usr/sbin/sendmail: not found
In this case, I don't need any real email to be send. What would be the best way to incorporate this (e.g. combine MailHog with this Docker image)?
Any other suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
You can setup mailhog or similar (maildev) as a service, but i don't know if this is possible on gitlab-ci, i myself never used for this purpose. If you are in Laravel you can use the LOG driver
Hi,
I'm running unit tests via PHPUnit on GitLab CI and I do get the following error:
sh: 1: /usr/sbin/sendmail: not found
In this case, I don't need any real email to be send. What would be the best way to incorporate this (e.g. combine MailHog with this Docker image)?
Any other suggestions?
Thanks
The text was updated successfully, but these errors were encountered: