diff --git a/common/widgets/Mailer.php b/common/widgets/Mailer.php index 4980471..ba33ee9 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 = ""; + $mail->Host = "rukzachok.com.ua"; $mail->SMTPDebug = true; $mail->SMTPAuth = true; $mail->Port = 25; -- libgit2 0.21.4