app\code\community\Dolphin\Productqa\controllers\IndexController.php
if (!$mailTemplate->getSentSuccess()) {
// throw new Exception();
}
注释掉上面的异常就可以了
app\code\community\Dolphin\Productqa\controllers\IndexController.php
if (!$mailTemplate->getSentSuccess()) {
// throw new Exception();
}
注释掉上面的异常就可以了