title = Yii::t('app','Contact'); $this->params['breadcrumbs'][] = $this->title; ?>
Note that if you turn on the Yii debugger, you should be able
to view the mail message on the mail panel of the debugger.
mailer->useFileTransport): ?>
Because the application is in development mode, the email is not sent but saved as
a file under = Yii::getAlias(Yii::$app->mailer->fileTransportPath) ?>.
Please configure the useFileTransport property of the mail
application component to be false to enable email sending.