mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-22 07:18:53 -05:00
We run on local interface only by default
This commit is contained in:
parent
840699d20c
commit
f9c6f4e581
@ -23,6 +23,6 @@ OptionParser.new do |opts|
|
||||
end.parse!
|
||||
|
||||
puts 'Starting mail catcher'
|
||||
puts '==> smtp://0.0.0.0:1025'
|
||||
puts '==> http://0.0.0.0:1080'
|
||||
puts '==> smtp://127.0.0.1:1025'
|
||||
puts '==> http://127.0.0.1:1080'
|
||||
MailCatcher.run
|
||||
|
Loading…
Reference in New Issue
Block a user