multer - Send email with file using Nodemailer and Express -


i sending request mail using html form , nodemailer need join file email. added input type file html form. necessary upload file (using multer) before sending nodemailer ? many thanks.

i used multer expres , nodemailer attachements. works fine.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -