mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-16 14:15:08 -05:00
Merge branch 'master' of github.com:sj26/mailcatcher
This commit is contained in:
commit
fcb9a0e4bb
@ -42,7 +42,7 @@ Under RVM your mailcatcher command may only available under the ruby you install
|
|||||||
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 `environment/development.rb`:
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = { :host => "localhost", :port => 1025 }
|
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
|
||||||
|
|
||||||
### PHP
|
### PHP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user