Amazon Simple Queue and ActionMailer
Requirements
Requires RightAws Gem http://rightscale.rubyforge.org/right_aws_gem_doc/
Adding mails to the queue
FeedbackNotifier.enqueue(MAIL_QUEUE, :alert, @feedback)
Delivering mails
AwsSqs::Mail.process(MAIL_QUEUE)
Versions
- 0.1.0: Initial release