Skip to content

Releases: litestar-org/litestar-email

v0.4.0

Choose a tag to compare

@cofin cofin released this 03 May 16:58
534d000

What's Changed

  • fix(smtp): prevent double STARTTLS causing "Connection already using TLS" error by @kyle-li-dev in #20
  • feat: add Amazon SES backend with SigV4 byte-stable signing by @cofin in #22

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@cofin cofin released this 07 Jan 21:24
7e5bbee

What's Changed

  • feat: add pluggable HTTP transport layer and Mailgun backend by @cofin in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@cofin cofin released this 04 Jan 22:23
5efd748

What's Changed

  • fix: remove unused type ignore comment by @cofin in #1
  • feat: implement async context manager for EmailService and update documentation by @cofin in #2

New Contributors

  • @cofin made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@cofin cofin released this 04 Jan 21:35

This is the initial release of litestar-email. It provides several built in backends for easily sending email in a Litestar application.

The initial release support SMTP, Console, In-Memory, Resend and Sendgrid backends.