Skip to content
Snippets Groups Projects
setup.ts 1.16 KiB
Newer Older
module.tx_sgmail {
		templateRootPath = {$plugin.tx_sgmail.view.templateRootPath}
		partialRootPath = {$plugin.tx_sgmail.view.partialRootPath}
		layoutRootPath = {$plugin.tx_sgmail.view.layoutRootPath}

	settings {
		mail {
			# default from address
			default.from = noreply@example.org
Torsten Oppermann's avatar
Torsten Oppermann committed
			# comma-separated list of additional bcc addresses
Torsten Oppermann's avatar
Torsten Oppermann committed
			# comma-separated list of additional cc addresses
Torsten Oppermann's avatar
Torsten Oppermann committed
			# extension where automatic generated registrations are put. Will be appended with /Configuration/MailTemplates/. Make sure these folders exist!

			# default html template file, which serves as a fallback for all mail templates
Torsten Oppermann's avatar
Torsten Oppermann committed
			defaultHtmlTemplate = EXT:sg_mail/Configuration/MailTemplates/Template/Default.html
		# default template language
		templateDefaultLanguage = en

# frontend configuration for ext:forms
plugin.tx_form.settings.yamlConfigurations {
	1499086546 = EXT:sg_mail/Configuration/Yaml/Forms/FinisherSetupFE.yaml
}

# Backend configuration for ext:forms
module.tx_form.settings.yamlConfigurations {
	1499086546 = EXT:sg_mail/Configuration/Yaml/Forms/FinisherSetupBE.yaml