Project

General

Profile

Actions

Bug #19243

closed

plainMailEncoded should have an additonal param for additional_parameters

Added by Chris Juerges over 15 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

It's no possible to set the fifth param in php mail() function.
But this is needed in Linux based server setup using postfix as mta.

The reason to use the fifth param is for example if you want to set the
Return-Path: header value. Some email provider like AOL do not like email having different From: and Return-Path: email adresses.

For postfix this param looks like this:

(issue imported from #M9208)


Files

0009208_4.3_alpha3.patch (4.01 KB) 0009208_4.3_alpha3.patch Administrator Admin, 2009-09-10 18:44
0009208_4.4trunk-rev6782.patch (3.82 KB) 0009208_4.4trunk-rev6782.patch Administrator Admin, 2010-01-16 18:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22447: When sending mail, use TYPO3_CONF_VAR for default from address if no other address is providedClosedJeff Segars2010-04-14

Actions
Actions #1

Updated by Martin Kästner over 15 years ago

Yes, this is very important, because more and more provider do some sender verification. And than this mails are often rejected.

Actions #2

Updated by Björn Jacob almost 15 years ago

When do we get this feature? For example notifyStageChange() uses this function. Last week I've implemented the workspace notification and was wondering why I didn't get any emails. My mail server doesn't accept emails with differnt return path. Therefore I've patched the notifyStageChange() function using the PHP mail() function. That's not nice.

Actions #3

Updated by Ralf Hettinger over 14 years ago

Can't remember how often I stumbled about this one.

Attached patch suggests

- $GLOBALS['TYPO3_CONF_VARS']['SYS']['additionalParamForPlainMail'] (mainly for backend situations)

- TS setup config.additionalParamForPlainMail (for frontend situations only, like sending forgot passwords by fe_login - if not set and TYPO3_CONF_VARS is set, TYPO3_CONF_VARS will be used).

Both take strings like or

Actions #4

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?

Actions #5

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF