Skip to content

mailpit capability

mailpit adds a local SMTP email testing provider to your Go service, implementing the email-gateway interface with Mailpit for development.

  • SMTP provider implementing email gateway interface
  • Docker Compose service (SMTP :1025, Web UI :8025)

Use mailpit to catch and inspect emails sent by your service during local development without a real SMTP provider. All emails land in the Mailpit inbox, viewable in a browser — no real emails sent, no credentials needed.

Suggests: email-gateway, docker

Terminal window
verikt new my-service --language go --cap email-gateway,mailpit,docker
# or add to an existing service:
verikt add mailpit

email-gateway

The email interface that mailpit implements.

docker

Docker Compose service definition for the Mailpit container.

i18n

Test localized email templates with Mailpit.