Commit 5fe47471 by Qiang Xue

Merge pull request #2394 from Ragazzo/mail_view

view improved
parents 08131477 ea7e6110
......@@ -18,6 +18,10 @@ $this->params['breadcrumbs'][] = $this->title;
<div class="alert alert-success">
Thank you for contacting us. We will respond to you as soon as possible.
<?php if (Yii::$app->mail->useFileTransport): ?>
Application is in debug mode, message was logged under <code><?= Yii::getAlias(Yii::$app->mail->fileTransportPath); ?> </code>.
<?php endif; ?>
You can also view message in debug module on mail panel.
</div>
<?php else: ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment