Implement fluidemail
This commit is contained in:
@@ -64,7 +64,7 @@ class AjaxFormController extends ActionController
|
||||
'toEmail' => $this->settings['inquiryToEmail'],
|
||||
'toName' => $this->settings['inquiryToName'],
|
||||
'subject' => 'Anfrage E&P Events',
|
||||
'templateName' => 'Email/Inquiry',
|
||||
'templateName' => 'Inquiry',
|
||||
'variables' => [ 'inquiry' => $inquiry ]
|
||||
]);
|
||||
return json_encode($response);
|
||||
@@ -82,7 +82,7 @@ class AjaxFormController extends ActionController
|
||||
'toEmail' => $this->settings['inquiryToEmail'],
|
||||
'toName' => $this->settings['inquiryToName'],
|
||||
'subject' => 'Anfrage E&P Events',
|
||||
'templateName' => 'Email/Configurator',
|
||||
'templateName' => 'Configurator',
|
||||
'variables' => [
|
||||
'inquiry' => $inquiry,
|
||||
'config' => $this->configurationService->getConfiguratorConfig(),
|
||||
|
||||
Reference in New Issue
Block a user