Skip to content

Commit

Permalink
Fixed the README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Chung committed Aug 28, 2009
1 parent facc9ca commit 4c4db7e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ SMTP TLS and Rails 2.2.1 ships with an option to enable it if you're running Rub
:address => "smtp.gmail.com",
:port => 587,
:authentication => :plain,
:enable_starttls_auto => true
:user_name: your_username@gmail.com
:password: h@ckme
:enable_starttls_auto => true,
:user_name => "noreply@gmail_or_your_google_domain.com",
:password => "chucknorris"
}



For more information on this feature, check out the [commit log](http://github.com/rails/rails/commit/732c724df61bc8b780dc42817625b25a321908e4)

Author
Expand Down

0 comments on commit 4c4db7e

Please sign in to comment.