Commented out debug lines in rsvp-submit.php
This commit is contained in:
@@ -31,8 +31,8 @@ $mail = new PHPMailer(true);
|
||||
try {
|
||||
$mail->CharSet = 'UTF-8';
|
||||
$mail->isSMTP();
|
||||
// $mail->SMTPDebug = 2;
|
||||
// $mail->Debugoutput = 'html';
|
||||
$mail->SMTPDebug = 0;
|
||||
$mail->Debugoutput = 'html';
|
||||
$mail->Host = $_ENV['SMTP_HOST'];
|
||||
$mail->SMTPAuth = true;
|
||||
$mail->Username = $_ENV['SMTP_USER'];
|
||||
|
||||
Reference in New Issue
Block a user