TransportInterface
in
Interface for all mailer transports.
When sending emails, you should prefer MailerInterface implementations as they allow asynchronous sending.
Tags
Table of Contents
Methods
- __toString() : string
- send() : SentMessage|null
Methods
__toString()
public
__toString() : string
Return values
stringsend()
public
send(RawMessage $message[, Envelope|null $envelope = null ]) : SentMessage|null
Parameters
- $message : RawMessage
- $envelope : Envelope|null = null