Hey Not particularly re…
Hey! Not particularly related to Nx, but I’m looking for a way to connect my Node API to Gmail and later possibly other providers to do basic mailing stuff (reading, sending, etc). I was wondering if anyone knows of a good library that supports multiple providers?
Responses:
nodemailer might have all of it, i know we use it for sending at the very least. not sure about reading
hehe Jay was faster
are u using nestjs? I played in the past with this one a bit and it was nice:
https://nest-modules.github.io/mailer/
Thanks guys