11

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

Andres Gonzalez
  • 111
  • 1
  • 1
  • 3

1 Answers1

4

well actually nodemailer seems to be a "send e-mails" library only (cf http://www.nodemailer.com/)
you may take a look at http://mailin.io/ (not tested personally ..)

Mahmal Sami
  • 689
  • 7
  • 12