Failed to access MailCatcher from another machine.

I use MailCatcher for the rails project on my local computer, and it uses the localhost: 1080 port as usual. Now I would like to test the mail layout on IE6, so I tried to access it from another Windows machine (with machine: 1080) but I can not access MailCatcher ...

I tried to access a machine with a form window available on port 3000. Is there a limitation that MailCatcher has? Or has anyone encountered this problem before?

+6
source share
1 answer

Close Mailcatcher and try running it with the following parameters:

mailcatcher --http-ip=0.0.0.0 

https://github.com/sj26/mailcatcher/issues/51

+14
source

All Articles