Skip to content

feat(auth): Add Mailpit (fake SMTP) to docker-compose for local email #52

@ebouchut

Description

@ebouchut

Add a Mailpit fake-SMTP catcher for local development so the password-reset email can be exercised end-to-end without a real provider.

  • Add a mailpit service to docker-compose.yaml (SMTP 1025, web UI 8025).
  • Configure spring.mail.* in the dev profile (host: localhost, port: 1025, no auth/STARTTLS).
  • Document the UI URL in README/CONTRIBUTING.

Chosen over MailHog (abandoned since 2020); Spring config is identical either way.

Metadata

Metadata

Assignees

Labels

authAuthentication & authorization (login, sessions, password reset, tokens)backendconfiginfrastructure

Projects

Status
No status

Relationships

None yet

Development

No branches or pull requests

Issue actions