Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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..

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.