I am using node.js and nodemailer and I am able to send email to a dedicated gmail account.
However, I want to connect to the gmail account as a client and receive all emails that are sent to that gmail account.
All of the examples here on stack overflow regarding nodemailer are about sending email. I cannot find any thing about receiving email.
How do I do this?
Thanks,
Andres