gmail with multiple attachments not working
问题 When mail is sent with multiple attachments using gmail api, mail is not going properly. Attachments are not going in mail, instead some code is going in mail. I am using node js and request-promise module for achieving this. I have tried sending attachments by setting boundaries on attachments. Here is the piece of code that I have written. let user = await db.model('User').findOne({ _id: userId }); let from = user.crmOptions.email; let mailString = ''; for (let i in req.files) { mailString