mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 18:06:01 +00:00
[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