MailerAdapterInterface
in
Interface MailerAdapterInterface
Tags
Table of Contents
- send() : mixed
- Sends a single email.
Methods
send()
Sends a single email.
public
send(EmailInterface $email) : mixed
Parameters
- $email : EmailInterface
-
Contains email information.