mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-21 04:53:28 +02:00
add mail_lost_account_interval
This commit is contained in:
@@ -533,6 +533,15 @@ Sent by MyAAC,<br/>
|
||||
'mail_enabled', '=', 'true',
|
||||
],
|
||||
],
|
||||
'mail_lost_account_interval' => [
|
||||
'name' => 'Default Account Premium Days',
|
||||
'type' => 'number',
|
||||
'desc' => 'Time in seconds between e-mails to one account from lost account interface, block spam',
|
||||
'default' => 60,
|
||||
'show_if' => [
|
||||
'mail_enabled', '=', 'true',
|
||||
],
|
||||
],
|
||||
[
|
||||
'type' => 'category',
|
||||
'title' => 'Accounts',
|
||||
|
Reference in New Issue
Block a user