smtp-server
smtp-server copied to clipboard
Email Attachments
Is there a way to handle attachments to either save them elsewhere or discard them completely?
You should be able to buffer the SMTP stream with the onData trigger and then use Mailparser to extract the email and all its attachments.