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]].