fix(mail): align queue, outbound hostname, and DKIM selector behavior across the mail server APIs

This commit is contained in:
2026-04-14 12:17:50 +00:00
parent 04e73c366c
commit 65ecd94540
15 changed files with 387 additions and 147 deletions

View File

@@ -1,4 +1,5 @@
// Export all mail modules for simplified imports
export * from './interfaces.storage.js';
export * from './routing/index.js';
export * from './security/index.js';
@@ -14,4 +15,4 @@ import { Email } from './core/classes.email.js';
// Re-export commonly used classes
export {
Email,
};
};