Commit 2d47b3a8 by Frédéric

Update BoltFormExtendedExtension.php

parent f9625df1
......@@ -57,7 +57,7 @@ class BoltFormExtendedExtension extends SimpleExtension
$message = $mailer
->createMessage('message')
->setFrom($sendFrom)
->setSubject('c genial')
->setSubject('DOSSIER DE PARTENARIAT')
->setBody($html, 'text/html')
->setTo($sendTo);
$mailer->send($message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment