@@ -76,7 +76,7 @@ class MailCaptcha extends BaseService
//dd(config('smtp'));
try {
//Server settings
- $mail->SMTPDebug = SMTP::DEBUG_SERVER;//DEBUG_OFF,DEBUG_SERVER //Enable verbose debug output
+ $mail->SMTPDebug = SMTP::DEBUG_OFF;//DEBUG_OFF,DEBUG_SERVER //Enable verbose debug output
$mail->SMTPOptions = array(
'ssl' => array(
'verify_peer' => false,