Project

General

Profile

Actions

Bug #43148

closed

Workspace Notifications

Added by Andreas Dolleschal over 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-11-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Notfications for sending elements to Review produce an Error "Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2".

The reason is that function notifyStageChange() in file typo3/sysext/version/class.tx_version_tcemain.php needs an simple array with eMail-Adresses but one of the functions providing that array delivers a multi-dimension array.

Quick Fix:

Change all $recipientData['email'] to $recipientData['email']['email'] in that function.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #43088: No mails and an error when switching to liveClosedMarco Bresch2012-11-19

Actions
Actions

Also available in: Atom PDF