Page 1 of 1

Receiving emails in the app

Posted: Fri Mar 20, 2015 7:11 am
by Ilya

Hi!
I have a request from customer for the app to be able to receive emails and then parse them. The question is - how would I do this with appery. I mean - receiving emails. I've found solution https://github.com/Flolagale/mailin for processing mails - but it is for node.js. So I'm just not sure how to proceed. Please suggest. Thank you


Receiving emails in the app

Posted: Fri Mar 20, 2015 7:49 pm
by Egor Kotov6832188

Hello Ilya,

Unfortunately, we don't know any service, which provides API for receiving/working with e-mail. We know sendgrid service, but it allows to send e-mail with help of WebAPI.
You need to find similar to make it work by your customer's request,