mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-22 15:28:52 -05:00
Small typo in README
This commit is contained in:
parent
44ca32c3af
commit
fdb5483560
@ -44,7 +44,7 @@ Under RVM your mailcatcher command may only be available under the ruby you inst
|
|||||||
|
|
||||||
### Rails
|
### Rails
|
||||||
|
|
||||||
To set up your rails app, I recommend adding this to your `environment/development.rb`:
|
To set up your rails app, I recommend adding this to your `environments/development.rb`:
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
|
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
|
||||||
|
Loading…
Reference in New Issue
Block a user