diff --git a/src/Controller/ResetPasswordController.php b/src/Controller/ResetPasswordController.php index 556d95f..185e809 100644 --- a/src/Controller/ResetPasswordController.php +++ b/src/Controller/ResetPasswordController.php @@ -152,7 +152,7 @@ class ResetPasswordController extends AbstractController } $email = (new TemplatedEmail()) - ->from(new Address('no-reply@example.com', 'plantex no-reply')) + ->from(new Address('no-reply@thisfro.ch', 'plantex no-reply')) ->to($user->getEmail()) ->subject('Your password reset request') ->htmlTemplate('reset_password/email.html.twig') diff --git a/src/Controller/TradeController.php b/src/Controller/TradeController.php index 7afec17..7ad58da 100644 --- a/src/Controller/TradeController.php +++ b/src/Controller/TradeController.php @@ -26,7 +26,7 @@ class TradeController extends AbstractController if($user != $offer->getByUser()) { $email = (new TemplatedEmail()) - ->from('no-reply@pfleanz.li') + ->from('no-reply@thisfro.ch') ->to($offer->getByUser()->getEmail()) ->replyTo($user->getEmail()) ->subject($user->getUsername() . ' wants to trade with you!')