Url in the email behind apache proxy

I created a patch for outside URL setting. It is useful for rewrite case and reverse proxy. You can change URL by config.json’s OutsideURL options.

The OutsideURL configuration syntax is “<PROTOCOL>://<HOSTNAME>(:<PORT>)”. You do not need last "/"slash.

The patch on GitHub