classe NativeDriver étends MailDriverInterface (Voir la source)

Méthodes

mixed
send(Message $message)

Implement send email

mixed
__construct(array $config = [])

SimpleMail Constructor

on(string $from)

Switch on other define from

Détails

mixed send(Message $message)

Implement send email

Paramètres

Message $message

Valeur de retour

mixed

Exceptions

InvalidArgumentException

mixed __construct(array $config = [])

SimpleMail Constructor

Paramètres

array $config

Valeur de retour

mixed

NativeDriver on(string $from)

Switch on other define from

Paramètres

string $from

Valeur de retour

NativeDriver