MailHog

Sending/capturing email is available via MailHog.

Out-of-the box only capturing works. For email delivery, you have to point MailHog to a working mail server/service.

Setup

Add the mail service under the services section in .docksal/docksal.yml:

  # MailHog
  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 MailHog web UI.