Ask A Question
Notifications
You’re not receiving notifications from this thread.
Is there a service to handle inbound emails?
Hi community :),
I coded an application manager where I can save all details about an applicant.
But very often I get applications via email. I want to handle inbound emails. When someone sends me an email than rails should make an api call so that I can parse the text and save it to my application manager.
Is this possible ?
Thanks in advance