[TYPO3-german] [tx_form] Bestätigungsmail Kopie der E-Mail-Formular Anfrage EXT:form

Tn Tu epinephrineadrenaline at web.de
Mon Jun 20 10:27:35 CEST 2016


EXT:form - Confirmation mail to sender in FORM

Mein Vorhaben: 
Ich möchte mit (tx_form) eine Einfache Anfrage mit Hilfe eines E-Mail Formulars online stellen, wobei der Absender eine Bestätigungsemail mit dem Inhalt des Formulars erhält (Kopie der E-Mail). Eine andere Erweiterung möchte ich dafür nicht extra installieren. In der aktuellen Version, soll es nun möglich sein mit der Option "ccEmail" eine Kopie der Nachricht an den Absender (an die ins Formular eigetragene Adresse) zu senden. Die Option replyToEmail (newly introduced, replyToEmailField as fallback) ist ebenfalls neu (als Objektvariable)?


Problem:
Nach mehreren Versuchen klappt die Verwendung von ccMail und replyToEmail bei mir nicht. 
Es liegt vielleicht an der falschen Verwendung meinerseits. 
Muss die *.php (...MailPostProcessor.php) angepasst werden?


Mein Ausgangspunkt/Konfiguration:
- Typo3 7.6.9
-  in der "root / typo3 / sysext / form / Classes / PostProcess / MailPostProcessor.php" ist bereits ein Eintrag mit ccEmail vorhanden




Meine Anläufe im postProcessor:
1. 
		replyToEmail = email
2. 
		ccEmail = TEXT
		ccEmail.data = GP:tx_form_form|tx_form|email
		ccEmail.data.htmlspecialchars = 1
3. 
		replyToEmailField = email
4.
		replyToEmail = TEXT
		replyToEmail {
 		   data = GP:tx_form_form|tx_form|email
 		   htmlSpecialChars = 1
		}


Quellen:
forge.typo3.org/issues/68771
forge.typo3.org/issues/32950
docs.typo3.org/typo3cms/extensions/form/0.3/Configuration/Postprocessors/Mail/Index.html
git.typo3.org/Packages/TYPO3.CMS.git/commit/0f5ded1



More information about the TYPO3-german mailing list