rnwood / smtp4dev

smtp4dev - the fake smtp email server for development and testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Authentication for the web interface

FrankBWalsh opened this issue · comments

Not really an issue per-say but would be great to have the email web message display server protected by a password that could be set in the config or on the startup.

Use case is that you might have this run on a server where you wanted to use it as a dummy email box if the software didn't have a feature that let you disable the email feature for account registration/activation links.

Thanks!

Implemented in PR #1419. This is off by default. See 'WebAuthenticationRequired' setting/option. It has been added to the settings dialog too.