fix reply-to not working in SMTP proxy (#69)

This commit is contained in:
KM Koushik
2024-09-07 08:48:08 +10:00
committed by GitHub
parent 1a5e18e9db
commit 5ca6537a81

View File

@@ -78,6 +78,7 @@ const serverOptions: SMTPServerOptions = {
subject: parsed.subject,
text: parsed.text,
html: parsed.html,
replyTo: parsed.replyTo?.text,
};
console.log("Parsed email data:", emailObject); // Debug statement