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

Consider switching to Mailpit for mail service #93

Closed
jacobsaw opened this issue Mar 4, 2024 · 3 comments
Closed

Consider switching to Mailpit for mail service #93

jacobsaw opened this issue Mar 4, 2024 · 3 comments

Comments

@jacobsaw
Copy link

jacobsaw commented Mar 4, 2024

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.

@shelane
Copy link
Member

shelane commented Apr 1, 2024

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

@jacobsaw
Copy link
Author

jacobsaw commented Apr 1, 2024

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.

@shelane
Copy link
Member

shelane commented Apr 2, 2024

The service image update has been merged to Docksal.

@shelane shelane closed this as completed Apr 2, 2024
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

2 participants