-1

I can setup my node app to send email using nodemailer but I want to be able to receive email to my domain, is there a way that I can do that?

Thank you

Athomas1
  • 39
  • 5

1 Answers1

0

Nodemailer doesn't support incoming messages - use mailin instead.

It's very powerful - it can check the language of the email and gives it a "spam score".

Solver
  • 618
  • 7
  • 15