Skip to content

Releases: Hawk-API/hawkapi-mail

v0.2.0 — security hardening

16 May 14:11

Choose a tag to compare

Full OWASP review fixes. See CHANGELOG.md for details.

v0.1.0

16 May 09:11

Choose a tag to compare

Initial release.

Backends: SMTP (aiosmtplib), AWS SES (boto3, extras [ses]), SendGrid v3, Mailgun v3, Resend, in-memory.

Extras: Jinja2 templates, persistent outbox (SQLite) with retry worker, webhook signature verification + normalized events for all providers.

init_mail(app, ...) + Depends(get_mailer).