From a708f01ee2ab2337b97936b8574d3bf62f375870 Mon Sep 17 00:00:00 2001 From: Neil Stockbridge Date: Wed, 8 Aug 2012 15:10:33 +1200 Subject: Added a note for smtp_settings.enable_starttls_auto --- guides/source/action_mailer_basics.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/action_mailer_basics.textile b/guides/source/action_mailer_basics.textile index bb5cbcba14..35288a0a1e 100644 --- a/guides/source/action_mailer_basics.textile +++ b/guides/source/action_mailer_basics.textile @@ -451,7 +451,7 @@ The following configuration options are best made in one of the environment file |+template_root+|Determines the base from which template references will be made.| |+logger+|Generates information on the mailing run if available. Can be set to +nil+ for no logging. Compatible with both Ruby's own +Logger+ and +Log4r+ loggers.| -|+smtp_settings+|Allows detailed configuration for :smtp delivery method:| +|+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, :file and :test.| -- cgit v1.2.3