I have code that send email with nodemailer in nodejs but I want to attach file to an email but I can\'t find way to do that I search on ne
The alternative solution is to host your images online using a CDN and link to the online image source in your HTML, eg. .
(I had problems with nodemailer's image embedding using nodemailer version 2.6.0, which is why I figured out this workaround.)
An added benefit of this solution is that you're sending no attachments to nodemailer, so the sending process is more streamlined.