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

	settings {
		mail {
			test.from = info@test.de
			test.subject = This is just a Test E-Mail

			default.from = noreply@ele.de
			default.bcc = torsten@sgalinski.de, stefan@sgalinski.de
			default.cc = torsten@sgalinski.de
		templateDefaultLanguage = en
		template.filename = mail_template.html
	}