nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 146 forks source link

onData event, I cannot change the mail content. #98

Open jetonk opened 6 years ago

jetonk commented 6 years ago

I'm catching the email sent from other server to my SMTP server created with "smtp-server" and I'm parsing the stream on the event onData, and trying to change the mail body before it is delivered, but that doesn't work.