Project

General

Profile

Actions

Feature #14389

closed

Enhancement to class.t3lib_htmlmail.php

Added by old_bruli over 19 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
-
Start date:
2004-11-15
Due date:
% Done:

0%

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

Description

It would be nice to see from where the web mail was sent (client address and servers name).

function setHeaders ()
...
$this->headers = "";
$this->add_header("X-Received: from ".$_SERVER['REMOTE_HOST']." (".$_SERVER['REMOTE_ADDR'].")");
$this->add_header("\tby ".$_SERVER['SERVER_NAME']." (PHP-".phpversion().") with HTTP id ".md5(microtime()).";");
$this->add_header("\t".strftime('%a, %e %b %Y %T (%Z)'));
$this->add_header("Message-ID: <".$this->messageid.">");

(issue imported from #M496)


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #17505: Output of class.t3lib_htmlmail.php is not standard compliantClosed2007-08-08

Actions
Related to TYPO3 Core - Feature #20196: Setting additional headers is not possible in class.t3lib_htmlmail.phpClosed2009-03-17

Actions
Is duplicate of TYPO3 Core - Bug #17233: t3lib_htmlmail should have empty default valuesClosedBenni Mack2007-04-23

Actions
Is duplicate of TYPO3 Core - Bug #17922: t3lib_htmlmail.php cleanupClosedBenni Mack2007-12-15

Actions
Actions #1

Updated by Susanne Moog almost 16 years ago

close?

Actions #2

Updated by Chris topher about 14 years ago

Such enhancements were made by the two duplicates, both committed as one.

Close!

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF