How to receive email? Node app/ubuntu server

1.4k views Asked by At

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

1

There are 1 answers

0
Solver On

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".