Use correct email

This commit is contained in:
Jannis Portmann 2021-06-17 17:24:53 +02:00
parent 5680522395
commit c7c0445a6b
3 changed files with 4 additions and 3 deletions

View file

@ -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')