We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772a294 commit 3e9012dCopy full SHA for 3e9012d
1 file changed
src/Controller/MailController.php
@@ -79,9 +79,11 @@ public function sendEmail()
79
</ul>
80
";
81
82
+ $mail = 'thomas.claireau@gmail.com';
83
+
84
$messageMySelf = (new \Swift_Message('Confirmation de demande de contact'))
85
->setFrom([$username => 'Thomas Claireau'])
- ->setTo($username)
86
+ ->setTo($mail)
87
->addPart($bodyMySelf, 'text/html')
88
;
89
0 commit comments