Actions
Feature #14389
closedEnhancement to class.t3lib_htmlmail.php
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)
Updated by Chris topher over 14 years ago
Such enhancements were made by the two duplicates, both committed as one.
Close!
Actions