[Web] Fix PHPMailer, minor style change for quarantine rcpts
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
use PHPMailer\PHPMailer\PHPMailer;
|
||||
use PHPMailer\PHPMailer\SMTP;
|
||||
use PHPMailer\PHPMailer\Exception;
|
||||
function is_valid_regex($exp) {
|
||||
return @preg_match($exp, '') !== false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user