by kklab » 12 Feb 2019, 07:35
Used another new sub-domain to make a try. Got this message:
"Error 503
The message is not sent ErrorInfo: Invalid address (From): root@localhost" when send the contact message out.
-------------------------------------
But works fine when using 1.28.0. Not know why?
Anyone can make a help?
---------------------------------------------------
Under debug mode:
Got such message:
374 throw new CHttpException(503, tt('message_not_send', 'notifier') . ' ErrorInfo: ' . $mailer->getError());
257 $this->_processEvent($rules, $model, param('adminEmail'));
55 $notifier->raiseEvent('onNewContactform', $model);
182 $widget->run();
63 return parent::widget($className, $properties, $captureOutput);
63 return parent::widget($className, $properties, $captureOutput);
9 $this->widget('ContactformWidget', array('page' => 'contactForm'));
213 return parent::render($view, $data, $return);
44 $this->render('contactform');
27 Yii::createWebApplication($config)->run();
Last edited by
kklab on 19 Feb 2019, 04:52, edited 3 times in total.