Commit 18590e9afc5aafcfd481c427f326ae7a18620a79
1 parent
4994ab9e
14.06.16
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
common/modules/product/models/Import.php
common/widgets/Mailer.php
... | ... | @@ -31,7 +31,7 @@ class Mailer extends Widget{ |
31 | 31 | $mail->SetFrom('rukza4ok@eltrade.com.ua'); |
32 | 32 | $mail->Subject = $this->subject; |
33 | 33 | $mail->MsgHTML($this->render($this->type, ['params' => $this->params])); |
34 | - $address = "dockdep@gmail.com"; | |
34 | + $address = "rukza4ok@eltrade.com.ua"; | |
35 | 35 | $mail->AddAddress($address); |
36 | 36 | $mail->AddAddress($this->email); |
37 | 37 | if(!$mail->send()) { | ... | ... |