芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2/mail/MailEvent.php
* @since 2.0 */ class MailEvent extends Event { /** * @var \yii\mail\MessageInterface the mail message being send. */ public $message; /** * @var bool if message was sent successfully. */ public $isSuccessful; /** * @var bool whether to continue sending an email. Event handlers of * [[\yii\mail\BaseMailer::EVENT_BEFORE_SEND]] may set this property to decide whether * to continue send or not. */ public $isValid = true; }