Commit ea7e6110 by Mark

fixed message

parent 50a52869
...@@ -18,8 +18,10 @@ $this->params['breadcrumbs'][] = $this->title; ...@@ -18,8 +18,10 @@ $this->params['breadcrumbs'][] = $this->title;
<div class="alert alert-success"> <div class="alert alert-success">
Thank you for contacting us. We will respond to you as soon as possible. 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>. Application is in debug mode, message was logged under <code><?= Yii::getAlias(Yii::$app->mail->fileTransportPath); ?> </code>.
You can also view it in debug module on mail panel. <?php endif; ?>
You can also view message in debug module on mail panel.
</div> </div>
<?php else: ?> <?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