Project

General

Profile

Actions

Feature #80420

closed

Allow multiple recipients in EmailFinisher

Added by Mathias Brodala about 7 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Form Framework
Target version:
-
Start date:
2017-03-23
Due date:
% Done:

100%

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

Description

The EmailFinisher should support more than one recipient. ATM only one can be set through its recipientAddress and recipientName options whereas TYPO3's MailMessage does allow for an arbitrary amount of recipients.

One option would be a general recipients option which could look like this:

finishers:
  - identifier: EmailToReceiver
    options:
      recipients:
        - foo@example.org
        - bar@example.org

(Thus a list of strings)

An alternative format could be used to specify recipient names:

finishers:
  - identifier: EmailToReceiver
    options:
      recipients:
        foo@example.org: Foo
        bar@example.org: Bar

(Thus a list of arrays)

Theoretically this could also be mixed:

finishers:
  - identifier: EmailToReceiver
    options:
      recipients:
        - foo@example.org
        - bar@example.org: Bar

(Thus a list of strings or arrays)


Related issues 5 (1 open4 closed)

Related to TYPO3 Core - Bug #88241: ext:form restor "min items > 1" behavior within the Inspector-PropertyGridEditorClosed2019-04-28

Actions
Related to TYPO3 Core - Bug #92122: Missing replyToAddress migration in migrateEmailFinisherRecipientsClosed2020-08-28

Actions
Related to TYPO3 Core - Bug #92781: Placeholders not working in multiple recipient keys/addressesClosedMathias Brodala2020-11-06

Actions
Related to TYPO3 Core - Bug #88550: EXT:form: It's not possible to set the value for reply-to dynamicallyClosed2019-06-13

Actions
Precedes TYPO3 Core - Task #88220: Documentation for "Allow multiple recipients in EmailFinisher"Accepted2017-03-242017-03-24

Actions
Actions

Also available in: Atom PDF