diff --git a/common/widgets/Mailer.php b/common/widgets/Mailer.php index ba33ee9..7000a81 100755 --- a/common/widgets/Mailer.php +++ b/common/widgets/Mailer.php @@ -31,7 +31,7 @@ class Mailer extends Widget{ 'allow_self_signed' => true ) ); - $mail->Host = "rukzachok.com.ua"; + $mail->Host = "195.248.225.139"; $mail->SMTPDebug = true; $mail->SMTPAuth = true; $mail->Port = 25; -- libgit2 0.21.4