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
We have been using https://github.com/axllent/mailpit with the mail service configuration and the image overridden and, so far, it seems to work great. Brings in some long-desired features such as bcc support.
The text was updated successfully, but these errors were encountered:
A quick work around to use this would be to add MAILHOG_IMAGE='axllent/mailpit:v1.15.1' to your docksal.env file and have this in your docksal.yml file:
mail:
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: mail
A quick work around to use this would be to add MAILHOG_IMAGE='axllent/mailpit:v1.15.1' to your docksal.env file and have this in your docksal.yml file:
mail:
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: mail
Thanks, that is what I am using now and works great! Just wanted to put out a more permanent switch for consideration given the status of mailpit now.
Per mailhog/MailHog#442, it appears that mailhog is basically abandoned.
We have been using https://github.com/axllent/mailpit with the mail service configuration and the image overridden and, so far, it seems to work great. Brings in some long-desired features such as bcc support.
The text was updated successfully, but these errors were encountered: