This commit is contained in:
2025-05-21 00:12:49 +00:00
parent 5c85188183
commit b1890f59ee
27 changed files with 2096 additions and 705 deletions

View File

@ -98,7 +98,7 @@ export interface IMtaOptions {
dkimOptions?: {
domainName: string;
keySelector: string;
privateKey: string;
privateKey?: string;
};
smtpBanner?: string;
maxConnections?: number;