Is it possible to use the ar_mailer gem with Heroku? The problem with this is that it needs to run an ar_sendmail daemon and there seems to be no way to do this in Heroku right now.
I know there are alternative ways to send emails (like using the action_mailer_tls plugin) but I just wanted to check first before trying other solutions. What I like about ar_mailer is that the emails are stored in the database first, so processing requests that will send emails will be faster because a separate process will handle the emails. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
