fix reply-to not working in SMTP proxy (#69)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user