feat(MTA): Update readme with detailed Mail Transfer Agent usage and examples

This commit is contained in:
2025-03-15 16:09:18 +00:00
parent 018b499010
commit 87917f68fb
3 changed files with 83 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-03-15 - 2.1.0 - feat(MTA)
Update readme with detailed Mail Transfer Agent usage and examples
- Added a comprehensive MTA section with usage examples including SMTP server setup, DKIM signing/verification, SPF/DMARC support, and API integration
- Expanded the conclusion to highlight MTA capabilities alongside email, SMS, letter, and AI services
## 2025-03-15 - 2.0.0 - BREAKING CHANGE(platformservice)
Remove deprecated AIBridge module and update email service to use the MTA connector; update dependency versions and adjust build scripts in package.json.