add mailcatcher comment
This commit is contained in:
parent
c7934b2f97
commit
83945b3366
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ Rails.application.configure do
|
|||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
|
||||
|
||||
# mailcatcher settings https://mailcatcher.me/
|
||||
config.action_mailer.smtp_settings = {
|
||||
:address => "localhost",
|
||||
:port => 1025,
|
||||
|
|
Loading…
Reference in a new issue