Use correct email
This commit is contained in:
parent
5680522395
commit
c7c0445a6b
3 changed files with 4 additions and 3 deletions
|
@ -152,7 +152,7 @@ class ResetPasswordController extends AbstractController
|
|||
}
|
||||
|
||||
$email = (new TemplatedEmail())
|
||||
->from(new Address('no-reply@thisfro.ch', 'plantex no-reply'))
|
||||
->from(new Address('no-reply@pflaenz.li', 'Pflänzli no-reply'))
|
||||
->to($user->getEmail())
|
||||
->subject('Your password reset request')
|
||||
->htmlTemplate('reset_password/email.html.twig')
|
||||
|
|
Reference in a new issue