Project

General

Profile

Actions

Bug #16817

closed

class.t3lib_formmail.php: Return path cannot be set

Added by Keller Alexander over 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2006-12-29
Due date:
% Done:

0%

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

Description

Formmails cannot be sent with return path.
You can see a quick hack below (line 124-126).

I propose to add the following to start():
if ( $this->forceReturnPath ) {
$this->replyto_email = ($V['replyto_email']) ? $V['replyto_email'] : $this->from_email;
}

(issue imported from #M4715)


Files

class.t3lib_formmail.php (8.21 KB) class.t3lib_formmail.php Administrator Admin, 2006-12-29 16:58

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Feature #17154: Suggesting TS configurable Return-Path, from_mail and from_name for mailformsClosed2007-03-26

Actions
Actions #1

Updated by Chris topher almost 14 years ago

Resolved as duplicate of #0005294.

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF