mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
opt: mail config
This commit is contained in:
@ -85,6 +85,12 @@ class ConfigSave extends FormRequest
|
||||
'apple_id_password' => '',
|
||||
// email
|
||||
'email_template' => '',
|
||||
'email_host' => '',
|
||||
'email_port' => '',
|
||||
'email_username' => '',
|
||||
'email_password' => '',
|
||||
'email_encryption' => '',
|
||||
'email_from_address' => '',
|
||||
// telegram
|
||||
'telegram_bot_enable' => 'in:0,1',
|
||||
'telegram_bot_token' => '',
|
||||
|
Reference in New Issue
Block a user