dmantilla / aws_sqs_mail

Adds an enqueue method to ActionMailer::Base, this adds the message to Amazon SQS which can be delivered later

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Adds an enqueue method to ActionMailer::Base, this adds the message to Amazon SQS which can be delivered later

License:MIT License