Skip to content

Commit

Permalink
docs, hyperlink the Mail gem in Action Mailer guide. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Jan 20, 2014
1 parent 079ffc9 commit dfac4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/action_mailer_basics.md
Expand Up @@ -639,8 +639,8 @@ config.action_mailer.default_options = {from: 'no-reply@example.com'}

### Action Mailer Configuration for Gmail

As Action Mailer now uses the Mail gem, this becomes as simple as adding to your
`config/environments/$RAILS_ENV.rb` file:
As Action Mailer now uses the [Mail gem](https://github.com/mikel/mail), this
becomes as simple as adding to your `config/environments/$RAILS_ENV.rb` file:

```ruby
config.action_mailer.delivery_method = :smtp
Expand Down

0 comments on commit dfac4ce

Please sign in to comment.