Async Mailer plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.datanoise.com/async_mailer/
Use :async_sendmail or :async_smtp delivery_methods if you want to send emails in a separate thread from the main thread of execution. This way the execution won't be blocked if email system is under a heavy load. It is very important when you send emails from a model observer which is executed inside of an database transaction.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (1 older version) | Last edited by: scott, 7 months ago

