diff options
author | Brian Cardarella <bcardarella@gmail.com> | 2012-06-23 14:36:09 -0400 |
---|---|---|
committer | Brian Cardarella <bcardarella@gmail.com> | 2012-06-23 14:36:09 -0400 |
commit | dc7fd821dca0b2088bde7e0a2a06bfe59e1ba5c6 (patch) | |
tree | bf317b8bc64a1842aa3c5e65b3f829e1f2eaa9f1 /actionmailer/test/fixtures/async_mailer | |
parent | 3726080ecea8b34edeac37f358e8dd050cbb00cb (diff) | |
download | rails-dc7fd821dca0b2088bde7e0a2a06bfe59e1ba5c6.tar.gz rails-dc7fd821dca0b2088bde7e0a2a06bfe59e1ba5c6.tar.bz2 rails-dc7fd821dca0b2088bde7e0a2a06bfe59e1ba5c6.zip |
Asynchronous ActionMailer
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.
Diffstat (limited to 'actionmailer/test/fixtures/async_mailer')
-rw-r--r-- | actionmailer/test/fixtures/async_mailer/welcome.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/async_mailer/welcome.erb b/actionmailer/test/fixtures/async_mailer/welcome.erb new file mode 100644 index 0000000000..01f3f00c63 --- /dev/null +++ b/actionmailer/test/fixtures/async_mailer/welcome.erb @@ -0,0 +1 @@ +Welcome
\ No newline at end of file |