aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mailers/async_mailer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-1/+0
|
* Asynchronous ActionMailerBrian Cardarella2012-06-231-0/+3
Any ActionMailer class can be set to render and delier messages using the new Rails Queue. Some of this work was borrowed (with permission) from Nick Plante's (zapnap) reqsue_mailer gem.