EmailProvider
Last updated
Last updated
The EmailProvider
sends notifications using .
To use the EmailProvider
, you need installed. This is not installed by Megaphone. If you do not have installed, an exception will be thrown if you try to define a channel with the EmailProvider
.
The EmailProvider
accepts the following properties:
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.
You can let the Notifiable
instance define how to send the Email Notification by adding a routeNotificationForEmail
method.