Skip to content
Snippets Groups Projects
Commit 5fbacdd1 authored by Paul Ilea's avatar Paul Ilea
Browse files

[TASK] Use the mail sending queue for the form finishers

parent d3a9f5f9
No related branches found
No related tags found
1 merge request!7Featture forms integration
......@@ -55,7 +55,7 @@ class FormsFinisher extends AbstractFinisher {
MailTemplateService::class, $this->parseOption('template'), $this->parseOption('extension'), $formValues
);
$mailTemplateService->setIgnoreMailQueue(TRUE);
$mailTemplateService->setIgnoreMailQueue(FALSE);
$mailTemplateService->setLanguage($GLOBALS['TSFE']->config['config']['language']);
$mailTemplateService->setSubject($this->parseOption('subject'));
$mailTemplateService->setToAddresses($this->parseOption('mailTo'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment