mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
Добавлена инфомарция по получателю для формы регистрации
This commit is contained in:
parent
478acde42a
commit
7e2247ccb5
@ -94,6 +94,7 @@ class RegistrationForm extends BaseApiForm {
|
||||
'key' => $emailActivation->key,
|
||||
]
|
||||
)
|
||||
->setTo([$account->email => $account->username])
|
||||
->setFrom([Yii::$app->params['fromEmail'] => 'Ely.by Accounts'])
|
||||
->setSubject('Ely.by Account registration');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user