Spamotron ========= A simple means of queue email for delivery in a transparent way using the starling queue server and a simple daemon. Installation ============ Install starling: gem install starling Start the queue processor: rake spamotron:start Send mails from action mailer normally: MyMailer.deliver_spam(some, arguments) To stop the queue processor: rake spamotron:stop Copyright (c) 2008 Dan Webb, released under the MIT license