opt: mail config

This commit is contained in:
Tokumeikoi
2020-08-19 15:41:31 +08:00
parent 7c54939970
commit 727c4c8f9f
3 changed files with 20 additions and 8 deletions

View File

@ -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' => '',