This extension provides an email templating service and mail queue functionality for all your TYPO3 extensions.
It also supports Templates in various languages, which can be managed in the backend.
Additionally sg_mail provides a finisher class for the [Formhandler](https://typo3.org/extensions/repository/view/formhandler) extension, making it possible to manage its templates in the backend.
Additionally sg_mail comes with multiple features that help to integrate with [ext:form](https://docs.typo3.org/typo3cms/extensions/form/).
sg_mail ist multi-site and multi-language ready.
...
...
@@ -297,10 +297,30 @@ You can also tell the **MailTemplateService** to not ignore this mail when addin
---
#### FormhandlerFinisherService
### Ext:form Integration
#### Template marker
This extension provides you the possibility to customize the identifier of the form input fields. These identifiers are used in the mail templates as marker names.
To change a fields identifier, select it in the form editor and enter your desired identifier in the field labeled "Email template marker name". After saving the form, the change identifier name will be overwritten.
#### New mail finisher
sg_mail comes with two new finisher for your forms with the following settings regarding sg_mail integration:
-**Template key**: If this field is empty, the form identifier will be used instead
-**Automatic Registration**: A sg_mail registration will automatically be created. See the **Automatic Registration** section for more information
-**Ignore Mail Queue**: Mails will get send immediately and not added to the mail queue
#### Automatic Registration
You can customize the TypoScript settings in the **setup.ts** in order to have control over automatically generated registration files:
# extension where automatic generated registrations from forms are put. gets appended with /Configuration/MailTemplates/. make sure these folders exist!
configurationLocation = your_extension_key
# default html template file, which serves as a fallback for all mail templates