diff --git a/apps/basic/views/site/contact.php b/apps/basic/views/site/contact.php index 81c434d..964dbb8 100644 --- a/apps/basic/views/site/contact.php +++ b/apps/basic/views/site/contact.php @@ -18,11 +18,18 @@ $this->params['breadcrumbs'][] = $this->title;
Thank you for contacting us. We will respond to you as soon as possible. +
+ +

+ 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. mail->useFileTransport): ?> - Application is in debug mode, message was logged under mail->fileTransportPath); ?> . + Because the application is in development mode, the email is not sent but saved as + a file under mail->fileTransportPath); ?>. + Please configure the useFileTransport property of the mail + application component to be false to enable email sending. - You can also view message in debug module on mail panel. - +