mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
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:
2
post.php
2
post.php
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user