Private
Public Access
1
0

fix: dev: quickfix for email sending #4
All checks were successful
Deploy to Production / deploy (push) Successful in 12s

This commit is contained in:
2026-04-14 16:38:55 +02:00
parent ed776ca75b
commit d3fa0cbbf9
3 changed files with 8 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ class SecurityController extends AbstractController
$mailer->send(
new TemplatedEmail()
->from('noreply@mineseeker.ninja')
->from('noreply@mineseeker.hu')
->to($user->getEmail())
->subject('Activate your MineSeeker account')
->htmlTemplate('emails/activation.html.twig')
@@ -145,7 +145,7 @@ class SecurityController extends AbstractController
$mailer->send(
new TemplatedEmail()
->from('noreply@mineseeker.ninja')
->from('noreply@mineseeker.hu')
->to($email)
->subject('Reset your MineSeeker password')
->htmlTemplate('emails/reset_password.html.twig')