Commit 600c88dcd4f6218a57c4f27b238e1a715fd95f1d
1 parent
ed1bbc01
26.05.16 change image download (git strange error, pay attention for this)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/components/Mailer.php
@@ -23,8 +23,8 @@ class Mailer extends Widget{ | @@ -23,8 +23,8 @@ class Mailer extends Widget{ | ||
23 | $mail->IsSMTP(); | 23 | $mail->IsSMTP(); |
24 | 24 | ||
25 | $mail->CharSet = 'UTF-8'; | 25 | $mail->CharSet = 'UTF-8'; |
26 | - $mail->Username = "dockdep@gmail.com"; | ||
27 | - $mail->Password = "k0l0b04eg"; | 26 | + $mail->Username = "adwords@artweb.ua"; |
27 | + $mail->Password = "eks,ybcm5hfp"; | ||
28 | $mail->SetFrom('dockdep@gmail.com'); | 28 | $mail->SetFrom('dockdep@gmail.com'); |
29 | $mail->Subject = $this->subject; | 29 | $mail->Subject = $this->subject; |
30 | $mail->MsgHTML($this->text); | 30 | $mail->MsgHTML($this->text); |