From 855aae823d127373e2e0ebaf3e34a6181b659fd3 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 16 Jun 2016 16:35:13 +0300 Subject: [PATCH] 14.06.16 --- common/widgets/Mailer.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/common/widgets/Mailer.php b/common/widgets/Mailer.php index 7000a81..0d5503e 100755 --- a/common/widgets/Mailer.php +++ b/common/widgets/Mailer.php @@ -24,17 +24,11 @@ class Mailer extends Widget{ $mail = new \PHPMailer(); $mail->IsSMTP(); - $mail->SMTPOptions = array( - 'ssl' => array( - 'verify_peer' => false, - 'verify_peer_name' => false, - 'allow_self_signed' => true - ) - ); + $mail->Host = "195.248.225.139"; $mail->SMTPDebug = true; $mail->SMTPAuth = true; - $mail->Port = 25; + $mail->Port = 587; $mail->CharSet = 'UTF-8'; $mail->Username = "exrtem"; $mail->Password = "8D3u1E9v"; -- libgit2 0.21.4