Skip to content

MailHog

Zedd Shmais edited this page Nov 18, 2022 · 3 revisions

MailHog is an email-testing tool with a fake SMTP server underneath, we can use it to test sending emails locally.

  • Mailhog client runs on docker, docker compose up -d mailhog

  • or you can use the db + mailhog up intellij preset

  • Access mailhog inbox on http://localhost:8025/

you'll need to add this following to your application-local.yaml

spring:
   mail:
     host: localhost
     port: 1025

Local development

Setup

How to

Development process and standards

Oncall

Technical resources

How-to guides

Environments/Azure

Misc

?

Clone this wiki locally