Youans / nodejs-nodemailer-outlook

Simple integration module for outlook.office365 smtp servers
Apache License 2.0
36 stars 12 forks source link

Support async/await #16

Open fabifont opened 3 years ago

fabifont commented 3 years ago

Seems like you didn't add support to async/await right? I tried running await mailer.sendEmail(mailParams) but even if it fails it doesn't resolve/reject the promise.

alexandrecoulay commented 2 years ago

It's a websocket request so why do you want to add async/await support ? The callback onError and onSuccess are here to replace