Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to access MailCatcher from other machine

I am using MailCatcher on rails project on my local machine and it is as usual using localhost: 1080 port. Now i would like to test mail layout on IE6 so i tried to access it from other windows machine (with machineip:1080) but i am not able to access MailCatcher...

I tried accessing site form windows machine which is on port 3000 is accessible. Is there any restriction MailCatcher has ? Or does anybody faced this issue before ?

like image 595
Anil Namde Avatar asked Mar 14 '13 06:03

Anil Namde


1 Answers

Quit Mailcatcher and try running it with the following options:

mailcatcher --http-ip=0.0.0.0

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

like image 111
premjg Avatar answered Nov 14 '22 22:11

premjg