class NativeDriver extends MailDriverInterface (View source)

Methods

mixed
send(Message $message)

Implement send email

mixed
__construct(array $config = [])

SimpleMail Constructor

on(string $from)

Switch on other define from

Details

mixed send(Message $message)

Implement send email

Parameters

Message $message

Return Value

mixed

Exceptions

InvalidArgumentException

mixed __construct(array $config = [])

SimpleMail Constructor

Parameters

array $config

Return Value

mixed

NativeDriver on(string $from)

Switch on other define from

Parameters

string $from

Return Value

NativeDriver