This commit is contained in:
2025-05-27 15:06:44 +00:00
parent 073c8378c7
commit cfea44742a
5 changed files with 232 additions and 1942 deletions

View File

@ -455,7 +455,7 @@ export class MultiModeDeliverySystem extends EventEmitter {
return this.handleForwardDeliveryLegacy(item);
}
// Get or create SMTP client for the target server
// Get SMTP client from UnifiedEmailServer
const smtpClient = this.emailServer.getSmtpClient(targetServer, targetPort);
// Send the email using SmtpClient