[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:
12
resources/views/emails/test-notification.blade.php
Normal file
12
resources/views/emails/test-notification.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<x-mail::message>
|
||||
# 電子郵件通知測試成功
|
||||
|
||||
您好,
|
||||
|
||||
這是一封系統自動發送的測試信件。當您看到這封信時,表示您在系統中設定的 SMTP 寄件帳號與密碼已經可以正常運作。
|
||||
|
||||
此信件由系統發出,請勿直接回覆。
|
||||
|
||||
感謝您,<br>
|
||||
{{ config('app.name') }} 系統管理團隊
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user