You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mailhog is working just fine, I am able to access to the ui through http://localhost:8025 and http://<MY_IP_ADDR>:8025 in my computer.
But it is not working when I want to access to http://<MY_IP_ADDR>:8025 from another computer on the same network as mine.
I'm able to do it with react, I can access to the app from an other computer when I start a server.
Is there something I can do about it?
The text was updated successfully, but these errors were encountered:
It turns out, mailhog has nothing to do with it. In my case, ufw was blocking it.
So sudo ufw allow 1025 and sudo ufw allow 8025 (if you want to access the UI) as well.
Hey there,
Mailhog is working just fine, I am able to access to the ui through http://localhost:8025 and http://<MY_IP_ADDR>:8025 in my computer.
But it is not working when I want to access to http://<MY_IP_ADDR>:8025 from another computer on the same network as mine.
I'm able to do it with react, I can access to the app from an other computer when I start a server.
Is there something I can do about it?
The text was updated successfully, but these errors were encountered: