Karan Jain
Karan Jain

Reputation: 59

Push mail API for receiving mails

I would like to know if there is an API which can receive push notifications for an email client.

Use Case: I would like the server to send my web service notifications on new email. I would not like to poll the server. I would like the server to send notification (PUSH) to the web application.

Also, what are the (if any) mail servers that support this kind of API?

Upvotes: 2

Views: 278

Answers (1)

Adam Gent
Adam Gent

Reputation: 49095

Check out Cloudmailin which is a SAS that will do REST post back to your server

Upvotes: 1

Related Questions