|
@@ -115,7 +115,7 @@ class MailCaptcha extends BaseService
|
|
|
} catch (Exception $e) {
|
|
|
//echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}";
|
|
|
Log::error(__CLASS__ . ':' . __METHOD__ . $e->getMessage() . '---' . $mail->ErrorInfo);
|
|
|
- Log::error(__CLASS__ . ':' . __METHOD__, ['errMsg' => $e->getMessage(), 'mailError' => $mail->ErrorInfo]);
|
|
|
+ Log::error(__CLASS__ . ':' . __METHOD__ . ',error:' . $e->getMessage() . ',mailError:' . $mail->ErrorInfo);
|
|
|
return false;
|
|
|
}
|
|
|
|