Class EmailNotificationChannel

java.lang.Object
io.leandev.appfuse.notification.channel.EmailNotificationChannel
All Implemented Interfaces:
NotificationChannel

public class EmailNotificationChannel extends Object implements NotificationChannel

EMAIL 通道的框架預設實作

把渲染好的主旨 / HTML 內文委派給應用層的 MailDelivery 寄出(租戶郵件設定留在應用層)。 遞送例外一律轉為 DeliveryResult,交由 NotificationOutboxDispatcher 處理,不向上拋:

Since:
4.0.0