Project

General

Profile

Actions

Bug #17233

closed

t3lib_htmlmail should have empty default values

Added by John Angel about 17 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-04-23
Due date:
% Done:

0%

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

Description

In file class.t3lib_htmlmail.php, class t3lib_htmlmail have strange default values, like in the cartoon:

var $recipient = "";
var $subject = "This is the subject";
var $from_email = "";
var $from_name = "Mr. Sender";
var $replyto_email = "";
var $replyto_name = "Mr. Reply";
var $organisation = "Your Company";
var $mailer = "PHP mailer"; // X-mailer

All of them should be empty:

var $recipient = ""; // 
var $subject = ""; // This is the subject
var $from_email = ""; //
var $from_name = ""; // Mr. Sender
var $replyto_email = ""; //
var $replyto_name = ""; // Mr. Reply
var $organisation = ""; // Your Company
var $mailer = ""; // PHP mailer

(issue imported from #M5482)


Files

5482.diff (2.67 KB) 5482.diff Administrator Admin, 2007-05-02 11:38

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #17922: t3lib_htmlmail.php cleanupClosedBenni Mack2007-12-15

Actions
Has duplicate TYPO3 Core - Feature #14389: Enhancement to class.t3lib_htmlmail.phpClosedChris topher2004-11-15

Actions
Actions

Also available in: Atom PDF