Commit graph

4 commits

Author SHA1 Message Date
b035b27da7 chore: bump version to 1.2.0
refactor: update SMTP session handling to process one email per session
- Removed maxEmailsPerSession configuration and related logic
- Simplified processSession to handle a single email
- Adjusted addEmailToSession to create a new session for each email
- Updated types to reflect changes in session management
2025-08-19 18:24:17 +07:00
069540e310 feat: Refactor SMTP client to support session-based email processing, enhancing queue management and error handling 2025-08-19 13:53:20 +07:00
79b8013b5e feat: Update Nodemailer transport to support optional host and apiKey parameters, enhance error handling, and improve example usage 2025-08-19 02:30:52 +07:00
619cb97fa3 initial commit 2025-08-18 22:22:04 +07:00