You've already forked mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-01 23:01:54 +02: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