Private
Public Access
1
0

chg: pkg: upgrade the doctrine related back-end pkgs to the latest available version #7

This commit is contained in:
2026-04-20 09:05:36 +02:00
parent 5f856e4d70
commit 175581cdd5
30 changed files with 456 additions and 1015 deletions

View File

@@ -45,8 +45,8 @@ readonly final class SendContactMailService
new TemplatedEmail()
->from('noreply@mineseeker.hu')
->to($this->appContactMailAddress)
->replyTo($contactMessage->getEmail())
->subject('New Contact Message from ' . $contactMessage->getName())
->replyTo($contactMessage->email)
->subject('New Contact Message from ' . $contactMessage->name)
->htmlTemplate('emails/contact_notification.html.twig')
->context(['message' => $contactMessage])
);