SMTP to Web API - painlessly handle incoming email in your Rails application Michael Reinsch Overview Processing incoming email with your Rails application (or any other web application) isn't that complicated, but there are several strategies on how to get the incoming email to your code. We've tried various approaches, and this revision is the best solution we've found so far. In a nutshell: Our