Hello,

Part of my application sends emails to many users notifying them with
new post. For some reason it takes a while to send the emails, I guess
because it's locating and sending to the mail server. I would like to
send emails asynchronously so user can see the post page without having
to wait for all emails to be sent to other users.

what is the best way to do this?

I have been looking at AsyncMailer
(http://www.datanoise.com/articles/2006/07/14/asynchronous-email-delivery)
but i couldn't get it to work especially that there isn't enough
documentation about it.

I'm considering also using something like backgroudrb plugin.

What is you opinion on that?

Thanks,

Tam
-- 
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to