0
我發送電子郵件這種方式:如何在編寫之後從Yii2中的SwiftMailer獲取消息ID?
$message = Yii::$app->mailer->compose()
->setFrom('[email protected]')
->setTo('[email protected]')
->setSubject('Testing Message-ID')
->setHtmlBody('Test')
->send();
如何從$消息得到消息的ID?