Commit 9923e4f6bec5e150263d53ba78fc0e01fa19e30b
1 parent
8f0f2fa6
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 | $mail->SetFrom('dockdep@gmail.com'); |
| 32 | 32 | $mail->Subject = $this->subject; |
| 33 | 33 | $mail->MsgHTML($this->render($this->type, ['params' => $this->params])); |
| 34 | - $address = "rukza4ok@eltrade.com.ua"; | |
| 34 | + $address = "dockdep@gmail.com"; | |
| 35 | 35 | $mail->AddAddress($address); |
| 36 | 36 | $mail->AddAddress($this->email); |
| 37 | 37 | if(!$mail->send()) { | ... | ... |