sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.23k stars 571 forks source link

Add an option to be able to serve mailcatcher from a sub path #519

Closed patrickguk closed 1 year ago

patrickguk commented 1 year ago

It would be nice if the web url can be served from a subpath rather than the root url. Eg /mai/. Currently, in order to get this kind of functionality you need to add options in the webserver which is not ideal

sj26 commented 1 year ago

This is already supported, please see the --http-path option in mailcatcher --help