UNPKG
atmailer
Version:
latest (1.0.1)
1.0.1
1.0.0
Add attachments from express-fileupload to nodemailer
github.com/kalpaj12/atmailer
kalpaj12/atmailer
atmailer
/
readme
19 lines
(7 loc)
•
169 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Needed
this
, creating it. Installation: npm install atmailer Usage:
const
{ atmailer } = require(
"atmailer"
); ...
let
attachments = atmailer(req.files.
file
);