UNPKG

atmailer

Version:

Add attachments from express-fileupload to nodemailer

19 lines (7 loc) 169 B
Needed this, creating it. Installation: npm install atmailer Usage: const { atmailer } = require("atmailer"); ... let attachments = atmailer(req.files.file);