NativeAdapter
class NativeAdapter implements MailAdapterInterface (View source)
Methods
__construct(array $config = [])
SimpleMail Constructor
on(string $from)
Switch on other define from
bool
Details
__construct(array $config = [])
SimpleMail Constructor
NativeAdapter
on(string $from)
Switch on other define from
bool
send(Envelop $envelop)
Implement send email
protected bool
executeNativeMail(Envelop $envelop, string $headers)
Execute the native php mail function