update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user