1
0
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:
andryyy
2020-06-07 10:45:40 +02:00
parent d62d071c79
commit 48b74d77a0
5 changed files with 10 additions and 4 deletions

View File

@@ -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;
}