I'm trying to confirm mailcatcher as described in the following: [Using mailcatcher in cloud9 ide
which asks me to do
mailcatcher --http-port $PORT --ip $IP and you can access it from
which would allow me to access mailcatcher on https://project_name-username.c9.io/
However, in order to run the mailcatcher command I have to quit the server on which I sent the email confirmation. Otherwise, I would get a following error about port being already in use.
mailcatcher --http-port $PORT --ip $IP
Starting MailCatcher
==> smtp://0.0.0.0:1025
~~> ERROR: Something's using port 8080. Are you already running MailCatcher?
If I quit the server and run the mailcatcher instead, it can access the mailcatcher page but the form would be blank.. no emails to confirm.
It looks like there isn't a way to choose a different port for my app to run on Cloud9, although in my last question I was hinted that port 8081 and 8082 is available (I still haven't figured out a way to work that out). Also, haven't figured out a way to run the mailcatcher on either 8081 or 8082.
If anyone knows how to get around this, please let me know!