feat: add postal mail driver

This commit is contained in:
pplulee
2024-02-17 11:58:37 +00:00
parent 7d36d47ca1
commit ae9685d554
4 changed files with 45 additions and 14 deletions

View File

@ -61,6 +61,8 @@ class ConfigSave extends FormRequest
'email_password' => '',
'email_encryption' => '',
'email_from_address' => '',
'email_postal_host' => '',
'email_postal_key' => '',
// telegram
'telegram_bot_enable' => 'in:0,1',
'telegram_bot_token' => '',