EmailProvider
The EmailProvider
sends notifications using cbMailServices.
Requirements
To use the EmailProvider
, you need cbMailServices installed. This is not installed by Megaphone. If you do not have cbMailServices installed, an exception will be thrown if you try to define a channel with the EmailProvider
.
Configuration
The EmailProvider
accepts the following properties:
toEmail
The toEmail
method returns a Mail@cbmailservices
instance to send. The to
property can be either defined in the toEmail
method or a routeNotificationForEmail
method defined on the Notifiable
instance.
routeNotificationForEmail
You can let the Notifiable
instance define how to send the Email Notification by adding a routeNotificationForEmail
method.
Last updated