Project

General

Profile

Actions

Feature #67851

closed

Epic #69347: EXT:form - Optimize form wizard

EXT:form - Allow multiple recipient adresses in Form Wizard

Added by Jelle van Brenk almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-06-30
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In Typo3 V4.5 it was possible to set multiple recipients of a mailform by entering multiple adresses comma-separated. However, in V6.2 we can't get it to work.

First thing we tried was the Mailform wizard, but this does not accept multiple 'send mail' post-processors ("The selected post processor is already present"). I believe it's possible to add multiple 'mail' post-processors in the code via the configuration field, but this is not very end-user (noob) friendly imho.

Also looked at the source code of TYPO3\CMS\Form\PostProcess. The function filterValidEmails() suggests it is possible to use a separator to create an array of addresses. However, function parseAddressList() in TYPO3\CMS\Core\\Mail\Rfc822AddressesParser has a 'while' loop (on line 191-193) which is being closed to early, effectively doing nothing with the _splitAddresses() result.

Actions

Also available in: Atom PDF