There is no config.action_mailer.template_root method for Rails 3

This commit is contained in:
Ryan Bigg
2010-11-26 14:24:51 +11:00
parent 3d8d21b513
commit 8b49fae3ea

View File

@@ -167,8 +167,6 @@ h4. Configuring Action Mailer
There are a number of settings available on +config.action_mailer+:
* +config.action_mailer.template_root+ gives the root folder for Action Mailer templates.
* +config.action_mailer.logger+ accepts a logger conforming to the interface of Log4r or the default Ruby 1.8+ Logger class, which is then used to log information from Action Mailer. Set to nil to disable logging.
* +config.action_mailer.smtp_settings+ allows detailed configuration for the +:smtp+ delivery method. It accepts a hash of options, which can include any of these options: