fix(docs): clarify sendEmail default behavior and document automatic MX discovery and delivery modes

This commit is contained in:
2026-02-11 14:24:07 +00:00
parent 9e722874b4
commit 7c0c327913
3 changed files with 60 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-02-11 - 5.1.3 - fix(docs)
clarify sendEmail default behavior and document automatic MX discovery and delivery modes
- Updated README to describe automatic MX record discovery and grouping behavior when using sendEmail() (MTA mode)
- Added a Delivery Modes section and API signature for sendEmail(mode) describing mta, forward, and process options
- Expanded examples to show multi-recipient delivery, explicit mode usage, and retained low-level sendOutboundEmail example
## 2026-02-11 - 5.1.2 - fix(readme)
adjust ASCII architecture diagram alignment in README