set debug level 0
This commit is contained in:
@@ -52,7 +52,7 @@ if (empty($_POST['uk_id'])) {
|
|||||||
$mail = new PHPMailer(true); // Passing `true` enables exceptions
|
$mail = new PHPMailer(true); // Passing `true` enables exceptions
|
||||||
try {
|
try {
|
||||||
//Server settings
|
//Server settings
|
||||||
$mail->SMTPDebug = 4; // Enable verbose debug output
|
$mail->SMTPDebug = 0; // Enable verbose debug output
|
||||||
$mail->isSMTP(); // Set mailer to use SMTP
|
$mail->isSMTP(); // Set mailer to use SMTP
|
||||||
$mail->CharSet = PHPMailer::CHARSET_UTF8; // UTF-8
|
$mail->CharSet = PHPMailer::CHARSET_UTF8; // UTF-8
|
||||||
$mail->Host = 'mail.livingsport.hu'; // Specify main and backup SMTP servers
|
$mail->Host = 'mail.livingsport.hu'; // Specify main and backup SMTP servers
|
||||||
|
|||||||
Reference in New Issue
Block a user