class MailChannel implements ChannelInterface (View source)

Methods

void
__construct(Message $message)

Set the configured message

void
send()

Send the notification to mail

Details

void __construct(Message $message)

Set the configured message

Parameters

Message $message

Return Value

void

void send()

Send the notification to mail

Return Value

void