Commit f389f62e by Frédéric

Update BoltFormExtendedExtension.php

parent 3a46cc0d
......@@ -56,7 +56,7 @@ class BoltFormExtendedExtension extends SimpleExtension
->createMessage('message')
->setFrom('frederic@appolo.fr')
->setSubject('c genial')
->setBody($mailHtml, 'text/html')
->setBody($html, 'text/html')
->setTo('frederic@appolo.fr');
$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