1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

[Web] Add PHPMailer to quarantine file

This commit is contained in:
andryyy 2020-06-16 14:17:09 +02:00
parent 36890de7f4
commit 2aa11ba37d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -1,4 +1,7 @@
<?php
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
function quarantine($_action, $_data = null) {
global $pdo;
global $redis;