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