Sending/capturing email is available via Mailpit.
Out-of-the box only capturing works. For email delivery, you have to point Mailpit to a working mail server/service.
Add the mail
service under the services
section in .docksal/docksal.yml
:
# Mailpit
mail:
extends:
file: ${HOME}/.docksal/stacks/services.yml
service: mail
Apply new configuration with fin project start
(fin p start
).
Use http://mail.<VIRTUAL_HOST>
to access the Mailpit web UI.
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Docksal, ask it in Discussions on GitHub. Open an issue if you want to report a problem or suggest an improvement. You can also contribute changes to this page using the link in the top right corner.