Good afternoon,
I am getting inbound email post to a URL on my Rails app via Mandrill. I'd like to just simply forward the email along to my gmail to handle it (and do some additional processing in the Rails app).
I get the email as a JSON object, with to/from/subject fields etc., and a raw body field. This might be a really stupid question, but how can I simply forward this email along using ActionMailer or the underlying Mail gem? It isn't immediately obvious to me how to do it, but I'll bet there is a one-liner..