Commit 57fac3bae92a552e315fa45b86005e5dd8f09382

Authored by Timur Kastemirov
1 parent 63a1e2a5

mail sending 2

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -124,9 +124,9 @@
124 124 ->setFrom(['artwebdev17@gmail.com'=> 'artweb'])
125 125 ->setTo(
126 126 [
127   -// 'kotets.nik@gmail.com',
128   -// 'kazimirova.artweb@gmail.com',
129   - 'tamerlan8.05.92@gmail.com',
  127 + 'kotets.nik@gmail.com',
  128 + 'kazimirova.artweb@gmail.com',
  129 +// 'tamerlan8.05.92@gmail.com',
130 130 ]
131 131 )
132 132 ->setSubject('Bitcoin Invest участие в форуме')
... ...