mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
deliver_* is no more
This commit is contained in:
parent
abf225423c
commit
330d65d312
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ The following configuration options are best made in one of the environment file
|
|||
|sendmail_settings|Allows you to override options for the :sendmail delivery method.<ul><li>:location - The location of the sendmail executable. Defaults to /usr/sbin/sendmail.</li><li>:arguments - The command line arguments to be passed to sendmail. Defaults to -i -t.</li></ul>|
|
||||
|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.|
|
||||
|perform_deliveries|Determines whether deliver_* methods are actually carried out. By default they are, but this can be turned off to help functional testing.|
|
||||
|perform_deliveries|Determines whether deliveries are actually carried out when the +deliver+ method is invoked on the Mail message. 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.|
|
||||
|
||||
h4. Example Action Mailer Configuration
|
||||
|
|
Loading…
Reference in a new issue