IBot
IBot

Reputation: 374

Is it possible to reply when reading emails with Imap or node-imap?

I'm connecting to the imap outlook server, in this case when reading an email; after applying a validation I should reply to the sender, from the address; for example, if the email sender is unknown based on a db query; I should reply to the sender:

"Email not registered on the db..."

I this possible with node-imap in node js?

Upvotes: 2

Views: 342

Answers (0)

Related Questions