Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
73d4354946b8f7c30908d095d2a17b2a5198c3e6
Authored by
Administrator
2016-06-16 16:30:57 +0300
1 parent
d0108705
14.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/widgets/Mailer.php
Inline
Side-by-side
common/widgets/Mailer.php
Wrap text
Show/Hide comments
View file @
73d4354
...
...
@@ -31,7 +31,7 @@ class Mailer extends Widget{
31
31
'allow_self_signed' => true
32
32
)
33
33
);
34
- $mail->Host = "
rukzachok.com.ua
";
34
+ $mail->Host = "
195.248.225.139
";
35
35
$mail->SMTPDebug = true;
36
36
$mail->SMTPAuth = true;
37
37
$mail->Port = 25;
...
...