Commit 429776d792bd9fdb5301f84d882026267ed3816e

Authored by Administrator
1 parent 7ed2da0c

14.06.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/widgets/Mailer.php
... ... @@ -31,7 +31,7 @@ class Mailer extends Widget{
31 31 'allow_self_signed' => true
32 32 )
33 33 );
34   - $mail->Host = "";
  34 + $mail->Host = "rukzachok.com.ua";
35 35 $mail->SMTPDebug = true;
36 36 $mail->SMTPAuth = true;
37 37 $mail->Port = 25;
... ...