CuriousNewbie wrote in post #961680:
> Thanks Brian. I have. That URL covers sending emails really well. But
> reeving,

Not possible with Rails alone AFAIK (at least not easily so).

> creating UUID in the reply address,

The reply address is just a string. You can do all the usual string 
operations on it.

> and handling scalability
> on Heroku are topics it lacks.

What about scalability?

> Given this is a real trendy thing to do
> these days, I was hoping to leverage someone's thoughts on the
> process.

"Leverage" someone's thoughts?  What?


>
> Thoughts?

Well, you'll need Procmail or something to retrieve the mail and send it 
to your Rails app. Then you can have Rails take it from there...

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to