Code style fixes

This commit is contained in:
Luciano Baraglia 2014-03-08 20:47:04 -03:00
parent 0055e1ab31
commit a85ef65aba

View File

@ -25,7 +25,7 @@ $this->params['breadcrumbs'][] = $this->title;
to view the mail message on the mail panel of the debugger.
<?php if (Yii::$app->mail->useFileTransport): ?>
Because the application is in development mode, the email is not sent but saved as
a file under <code><?= Yii::getAlias(Yii::$app->mail->fileTransportPath); ?></code>.
a file under <code><?= Yii::getAlias(Yii::$app->mail->fileTransportPath) ?></code>.
Please configure the <code>useFileTransport</code> property of the <code>mail</code>
application component to be false to enable email sending.
<?php endif; ?>