If I have no mailer configuration specified, and I use the Yii::$app->mailer->send(), it returns true, and the email logs say the message was successfully sent. Is this because useFileTransport is true by default, and if an EML file is created, Yii has technically sent the email?