I stumbled upon this feature in nodemailer. The option attachDataUrls needs to be passed for it to add the images as attachments.
Doesn't this library serve the same purpose? Unless the native feature doesn't handle base64 encoding explicitly and that's what this library achieves?
I stumbled upon this feature in
nodemailer. The optionattachDataUrlsneeds to be passed for it to add the images as attachments.Doesn't this library serve the same purpose? Unless the native feature doesn't handle
base64encoding explicitly and that's what this library achieves?