How to receive email using nodemailer

I am using node.js and nodemailer and I can send an email to a dedicated gmail account.

However, I want to connect to a gmail account as a client and receive all emails sent to that gmail account.

All examples given here in relation to nodemailer are sending email. I cannot find anything about receiving email.

How to do it?

Thank,

Andres

+3


source to share


1 answer


Actually nodemailer seems to be only "sending email" (cf http://www.nodemailer.com/ )
you can take a look at http://mailin.io/ (not personally verified ..)



+1


source







All Articles