Commit 8982e298865fb32b98781b09ab877f0a3e36c087

Authored by Alexey Boroda
1 parent a1c65518

-Before final test

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
frontend/controllers/FeedbackController.php
... ... @@ -45,6 +45,8 @@
45 45 ]
46 46 )
47 47 ->setTo('kennen.md@gmail.com')
  48 + ->setTo('mpav@artweb.ua')
  49 + ->setTo('kazimirova.artweb@gmail.com')
48 50 ->setSubject('Заявка с core.artbox.net.ua')
49 51 ->send();
50 52 } catch (\Exception $e) {
... ...