Reputation: 374
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