From 2c3c0bcbabb4d725526210701eb91f8087e03a4b Mon Sep 17 00:00:00 2001 From: Dallas Taylor Date: Mon, 18 Oct 2010 18:55:02 +1100 Subject: Added :file as a possible value when configuring actionmailer --- railties/guides/source/action_mailer_basics.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/action_mailer_basics.textile b/railties/guides/source/action_mailer_basics.textile index 34afebcae4..2259061c30 100644 --- a/railties/guides/source/action_mailer_basics.textile +++ b/railties/guides/source/action_mailer_basics.textile @@ -445,7 +445,7 @@ The following configuration options are best made in one of the environment file |smtp_settings|Allows detailed configuration for :smtp delivery method:| |sendmail_settings|Allows you to override options for the :sendmail delivery method.| |raise_delivery_errors|Whether or not errors should be raised if the email fails to be delivered.| -|delivery_method|Defines a delivery method. Possible values are :smtp (default), :sendmail, and :test.| +|delivery_method|Defines a delivery method. Possible values are :smtp (default), :sendmail, :file and :test.| |perform_deliveries|Determines whether deliver_* methods are actually carried out. By default they are, but this can be turned off to help functional testing.| |deliveries|Keeps an array of all the emails sent out through the Action Mailer with delivery_method :test. Most useful for unit and functional testing.| -- cgit v1.2.3