Commit 1607a4f61a7defb43f41033286d6903167c92d8b

Authored by Anastasia
1 parent c6eacdcc

add phone in mail client

add mail to feedbsck
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -229,6 +229,7 @@
229 229 [
230 230 'kennen.md@gmail.com',
231 231 'kazimirova.artweb@gmail.com',
  232 + 'energyforum@euromediacompany.com'
232 233 ]
233 234 )
234 235 ->setSubject('U have request!')
... ... @@ -238,7 +239,7 @@
238 239 \Yii::$app->mailer->compose(
239 240 'thanks_' . $model->language_id,
240 241 [
241   - 'phone' => '00000000',
  242 + 'phone' => '+380732590821',
242 243 'email' => 'energyforum@euromediacompany.com',
243 244 ]
244 245 )
... ...