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