diff options
author | Stan Lo <a22301613@yahoo.com.tw> | 2016-02-25 00:17:05 +0800 |
---|---|---|
committer | Stan Lo <a22301613@yahoo.com.tw> | 2016-02-25 00:17:05 +0800 |
commit | bebd9086c88d43bb0132c309abddd3a2e6ba8852 (patch) | |
tree | 27bd3ad8c521f2da0d5d70131b6457d2dfee2d32 /guides | |
parent | ec50f9239bfbb91ef02cd333ca518ec04715a8c3 (diff) | |
download | rails-bebd9086c88d43bb0132c309abddd3a2e6ba8852.tar.gz rails-bebd9086c88d43bb0132c309abddd3a2e6ba8852.tar.bz2 rails-bebd9086c88d43bb0132c309abddd3a2e6ba8852.zip |
Add ActionMailer configuration options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index a5fb396f15..23866b1800 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -531,6 +531,9 @@ There are a number of settings available on `config.action_mailer`: * `config.action_mailer.deliver_later_queue_name` specifies the queue name for mailers. By default this is `mailers`. +* `config.action_mailer.perform_caching` specifies whether the mailer templates should perform fragment caching or not. By default this is false in all environments. + + ### Configuring Active Support There are a few configuration options available in Active Support: |