Skip to content

Shared global state for templates, bug fixes and configure global from address inside config

Latest

Choose a tag to compare

@thetutlage thetutlage released this 16 Jul 09:05
· 8 commits to 10.x since this release

What's Changed

  • Fix brevo transport, API allows onyl one replyTo address, not an array by @arthur-pigeon in #106
  • feat: upgrade nodemailer to the latest version
  • fix: accept all SMTPConnectionOptions
  • feat: introduce shared state for templates and set it via globals config
  • feat: introduce sendLaterCompiled method in MailerContract
  • feat: replace got with ky
  • feat: introduce MAIL_MAILER, MAIL_FROM_ADDRESS, and MAIL_FROM_NAME env variables

New Contributors

Full Changelog: v9.2.2...v10.0.0-next.0