Papercut-SMTP
Papercut-SMTP copied to clipboard
Would be nice to have the possibility to change the IP address for the web interface
Actually, we can only access to the web interface with localhost:5000
It would be nice to have the possibility to change this in the appsettings.json.
I'm using the Papercut.Smtp.Service.
In appSettings.Production.json:
{
"Urls": "http://192.0.2.1:8888"
}
Personally, I use http://+:8888 to make it bind to any IP.
Added docs to the readme. Closing for now.