From 600c88dcd4f6218a57c4f27b238e1a715fd95f1d Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sat, 28 May 2016 11:14:55 +0300 Subject: [PATCH] 26.05.16 change image download (git strange error, pay attention for this) --- common/components/Mailer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/components/Mailer.php b/common/components/Mailer.php index d150fe0..540301e 100755 --- a/common/components/Mailer.php +++ b/common/components/Mailer.php @@ -23,8 +23,8 @@ class Mailer extends Widget{ $mail->IsSMTP(); $mail->CharSet = 'UTF-8'; - $mail->Username = "dockdep@gmail.com"; - $mail->Password = "k0l0b04eg"; + $mail->Username = "adwords@artweb.ua"; + $mail->Password = "eks,ybcm5hfp"; $mail->SetFrom('dockdep@gmail.com'); $mail->Subject = $this->subject; $mail->MsgHTML($this->text); -- libgit2 0.21.4