Bug #88550
closedEXT:form: It's not possible to set the value for reply-to dynamically
100%
Description
In the current TYPO3-Master 10.0.0-dev it is not possible to use the value for reply-to from the form input in a form.
Due to the increasingly stringent spam checks by e-mail providers, it should be possible to read the value for reply-to from the form. It should therefore be possible to use the e-mail address that a user enters in the frontend.
At the moment this does not seem to work, when sending the form an error message appears:
Swift_RfcComplianceException Address in mailbox given [{email-1}] does not comply with RFC 2822, 3.6.2.
Attached you find a screenshot of my form configuration.
Files
Updated by Susanne Moog over 5 years ago
- Status changed from New to Accepted
Research:
\TYPO3\CMS\Form\Domain\Finishers\AbstractFinisher::parseOption uses $this->substituteRuntimeReferences($optionValue, $formRuntime); -> that only substitutes array values, not keys. The email addresses are an associative array where both keys and values might use placeholders.
Updated by Gerrit Code Review about 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61890
Updated by Christian Eßl about 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 020f22dcf927fbd9507a03a15b00dc6109c60bbf.
Updated by Mathias Brodala about 4 years ago
- Has duplicate Bug #92781: Placeholders not working in multiple recipient keys/addresses added
Updated by Mathias Brodala about 4 years ago
- Related to Feature #80420: Allow multiple recipients in EmailFinisher added