Skip to content

v0.1.0

Choose a tag to compare

@ashimov ashimov released this 16 May 09:11
· 6 commits to main since this release

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).