Fix guest invoice caused issues with the alert Query on certain client names, will need reworking and testing in other areas of the code as well

This commit is contained in:
johnnyq
2022-01-28 20:38:48 -05:00
parent 21a0feb625
commit dd9fcd57d2
4 changed files with 18 additions and 13 deletions

View File

@@ -1836,7 +1836,7 @@ if(isset($_POST['test_campaign'])){
//Mail Server Settings
$mail->SMTPDebug = 2; // Enable verbose debug output
//$mail->SMTPDebug = 2; // Enable verbose debug output
$mail->isSMTP(); // Set mailer to use SMTP
$mail->Host = $config_smtp_host; // Specify main and backup SMTP servers
$mail->SMTPAuth = true; // Enable SMTP authentication