fix(readme): Update readme with consolidated email system improvements and modular directory structure

Clarify that the platform now organizes email functionality into distinct directories (mail/core, mail/delivery, mail/routing, mail/security, mail/services) and update the diagram and key features list accordingly. Adjust code examples to reflect explicit module imports and the use of SzPlatformService.
This commit is contained in:
2025-05-08 01:16:21 +00:00
parent fe2069c48e
commit 970c0d5c60
4 changed files with 36 additions and 11 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformservice',
version: '2.8.0',
version: '2.8.1',
description: 'A multifaceted platform service handling mail, SMS, letter delivery, and AI services.'
}