[FEAT] 實作公共事業費逾期提醒、租戶自訂通知設定及發送測試信功能
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 56s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 56s
This commit is contained in:
@@ -56,6 +56,28 @@ class SystemSettingSeeder extends Seeder
|
||||
'type' => 'integer',
|
||||
'description' => '每頁預設筆數',
|
||||
],
|
||||
// 📧 通知設定
|
||||
[
|
||||
'group' => 'notification',
|
||||
'key' => 'notification.utility_fee_sender_email',
|
||||
'value' => 'sky121113@gmail.com',
|
||||
'type' => 'string',
|
||||
'description' => '發送公共事業通知的 Gmail 帳號',
|
||||
],
|
||||
[
|
||||
'group' => 'notification',
|
||||
'key' => 'notification.utility_fee_sender_password',
|
||||
'value' => 'qjxcedzcrjoyioxu',
|
||||
'type' => 'string',
|
||||
'description' => '發送公共事業通知的 Gmail 應用程式密碼',
|
||||
],
|
||||
[
|
||||
'group' => 'notification',
|
||||
'key' => 'notification.utility_fee_recipient_emails',
|
||||
'value' => 'sky121113@gmail.com',
|
||||
'type' => 'string',
|
||||
'description' => '接收通知的 Email 清單 (多筆請用逗號分隔)',
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($settings as $setting) {
|
||||
|
||||
Reference in New Issue
Block a user