Skip to content

Commit

Permalink
There is no config.action_mailer.default_charset method for Rails 3
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Nov 26, 2010
1 parent 8d1c561 commit 926d64e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/guides/source/configuring.textile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ There are a number of settings available on +config.action_mailer+:

* +config.action_mailer.perform_deliveries+ specifies whether mail will actually be delivered. By default this is +true+; it can be convenient to set it to +false+ for testing.

* +config.action_mailer.default_charset+ tells Action Mailer which character set to use for the body and for encoding the subject. It defaults to +utf-8+.

* +config.action_mailer.default_content_type+ specifies the default content type used for the main part of the message. It defaults to "text/plain"

* +config.action_mailer.default_mime_version+ is the default MIME version for the message. It defaults to +1.0+.
Expand Down

0 comments on commit 926d64e

Please sign in to comment.