MailerInterface
interface MailerInterface
Interface for mailers able to send emails synchronous and/or asynchronous.
Implementations must support synchronous and asynchronous sending.
Methods
void
send(RawMessage$message,Envelope$envelope =null)
No description