[fix] Disable email sending cause it's very dangereous and use by virus and spammer

This commit is contained in:
ljf 2022-07-04 00:08:44 +00:00
parent 30dc4de99e
commit 39a0c163b1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ our $default_config = {
how => 'sendmail'
},
mail_sender => 'no-reply@lufi.io',
disable_mail_sending => 0,
disable_mail_sending => 1,
theme => 'default',
upload_dir => 'files',
session_duration => 3600,