Bug #36716
CC data is send via BCC
| Status: | Rejected | Start date: | 2012-04-30 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Alex Kellner | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 2.0.0 | |||
| Votes: | 0 |
Description
In class.tx_powermail_submit.php, line 207, we have this code :
$this->mail->setBcc(t3lib_div::trimExplode(',', $this->maildata['cc']));
Should be this...
$this->mail->setCc(t3lib_div::trimExplode(',', $this->maildata['cc']));
History
Updated by Alex Kellner about 1 year ago
- Status changed from New to Rejected
- Assignee set to Alex Kellner
- Target version changed from Waiting for Sponsoring to 2.0.0
I will close this issue, because it's related to powermail 1.6.x.
We will release powermail 2.0 in a few days and don't want to spend time in old versions.