PMCORE-4023
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Cache;
|
use Illuminate\Support\Facades\Cache;
|
||||||
|
use PHPMailer\PHPMailer\SMTP;
|
||||||
use ProcessMaker\Core\System;
|
use ProcessMaker\Core\System;
|
||||||
use ProcessMaker\Plugins\PluginRegistry;
|
use ProcessMaker\Plugins\PluginRegistry;
|
||||||
use ProcessMaker\Validation\ValidationUploadedFiles;
|
use ProcessMaker\Validation\ValidationUploadedFiles;
|
||||||
@@ -430,7 +431,7 @@ class adminProxy extends HttpProxyController
|
|||||||
$SMTPSecure = $_POST['UseSecureCon'];
|
$SMTPSecure = $_POST['UseSecureCon'];
|
||||||
|
|
||||||
$Server = new Net($server);
|
$Server = new Net($server);
|
||||||
$smtp = new SMTP;
|
$smtp = new SMTP();
|
||||||
|
|
||||||
$timeout = 10;
|
$timeout = 10;
|
||||||
$hostinfo = array();
|
$hostinfo = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user