email-gateway
The email interface that mailpit implements.
mailpit adds a local SMTP email testing provider to your Go service, implementing the email-gateway interface with Mailpit for development.
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
verikt new my-service --language go --cap email-gateway,mailpit,docker# or add to an existing service:verikt add mailpitemail-gateway
docker
i18n