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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmta',
version: '5.1.2',
version: '5.1.3',
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
}