fix(platformservice/mta): Refactor email status response in MTA service

This commit is contained in:
2025-04-25 16:34:00 +00:00
parent 630e363e53
commit b987ce27b8
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-04-25 - 5.0.2 - fix(platformservice/mta)
Refactor email status response in MTA service
- Updated IReq_CheckEmailStatus response: replaced union type ('ok' | 'not ok') with fixed status 'unknown' and added a details object with message 'Email not found'.
## 2025-04-25 - 5.0.1 - fix(mta)
Update email stats response interface in mta platform service to include totalEmailsSent, totalEmailsDelivered, totalEmailsBounced, averageDeliveryTimeMs, and lastUpdated timestamp.