Hi, we got a project with extensive requirements to trigger events
based on incoming emails on a rails platform. We need to reach each
incoming email, parse it and trigger logic based on it. Has anyone
ever worked on such a system?
1) Do you know any books / resources / etc which explicitly elaborate
this topic?
2) Any pointers to what within rails should we work with? Any
suggestions
Action Mailer seems to be not designed for something v extensive.
Please advise