diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 4be6251e..e5f61472 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -440,6 +440,11 @@ refresh_limit = "60" ; You need to change this when you activate public_registration. ;mail_from = "info@domain.tld" +; It defines whether this setup checks a mail address strictly. +; You can select "strict" or "easy" or "none". +; DEFAULT: strict +;mail_check = "strict" + ; This setting turns on/off admin notify off registration. ; DEFAULT: false ;admin_notify_reg = "false" |