MailerInterface
in
Mail interface
Table of Contents
Methods
- getErrorMessage() : string|null
- Get error message
- getOptions() : array<string|int, mixed>
- Return mailer options
- send() : bool
- Send email
Methods
getErrorMessage()
Get error message
public
getErrorMessage() : string|null
Return values
string|nullgetOptions()
Return mailer options
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>send()
Send email
public
send(MailInterface $message) : bool
Parameters
- $message : MailInterface