docksal / addons

Community driven, submit your addon! Docksal addons that can be installed via `fin addon install` command.
MIT License
16 stars 34 forks source link

Consider switching to Mailpit for mail service #93

Closed jacobsaw closed 6 months ago

jacobsaw commented 7 months ago

Per https://github.com/mailhog/MailHog/issues/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 commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

The service image update has been merged to Docksal.