delete debug mail
This commit is contained in:
@@ -7,7 +7,7 @@ function sendmail($config, $mail){
|
||||
|
||||
$send = new PHPMailer;
|
||||
$send->isSMTP();
|
||||
$send->SMTPDebug=3; // Set mailer to use SMTP
|
||||
//$send->SMTPDebug=3; // Set mailer to use SMTP
|
||||
$send->Host = $config['host']; // Specify main and backup SMTP servers
|
||||
$send->Username = $config['login']; // SMTP username
|
||||
$send->Password = $config['password'];
|
||||
|
||||
Reference in New Issue
Block a user