Commit c0e9267dd4e56db091ea6d0973708f28708d80db

Authored by Anastasia
1 parent 22e60f68

password reset

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/PasswordResetRequestForm.php
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 ], 70 ],
71 [ 'user' => $user ] 71 [ 'user' => $user ]
72 ) 72 )
73 - ->setFrom([ Yii::$app->params[ 'supportEmail' ] => 'Amunicia.com.ua' ]) 73 + ->setFrom([ 'support@amunicia.com.ua' => 'amunicia.com.ua' ])
74 ->setTo($this->email) 74 ->setTo($this->email)
75 ->setSubject('Восстановление пароля') 75 ->setSubject('Восстановление пароля')
76 ->send(); 76 ->send();