Using a node js module in order to read emails from Haraka SMTP server

1k Views Asked by At

I use Haraka (https://github.com/haraka/Haraka), a nodejs SMTP server.

I am looking for ways to read Haraka's received emails using a nodejs solution for that purpose.

I have looked at mail-listener2 (https://www.npmjs.com/package/mail-listener2) but it can only read from IMAP.

Can someone please suggest a solution?

1

There are 1 best solutions below

1
On BEST ANSWER

Mailin looks as a quite usable option.