MailerInterface
in
Interface for mailers able to send emails synchronous and/or asynchronous.
Implementations must support synchronous and asynchronous sending.
Tags
Table of Contents
Methods
- send() : void
Methods
send()
public
send(RawMessage $message[, Envelope|null $envelope = null ]) : void
Parameters
- $message : RawMessage
- $envelope : Envelope|null = null