PHP yii\mail Пространство имен

Interfaces

Имя Описание
MailerInterface MailerInterface is the interface that should be implemented by mailer classes.
MessageInterface MessageInterface is the interface that should be implemented by mail message classes.

Классы

Имя Описание
BaseMailer BaseMailer serves as a base class that implements the basic functions required by [[MailerInterface]].
BaseMessage BaseMessage serves as a base class that implements the [[send()]] method required by [[MessageInterface]].
MailEvent MailEvent represents the event parameter used for events triggered by [[BaseMailer]].