Project

General

Profile

Actions

Bug #19052

closed

Mails from "Install Tool" doesn't work on some email Servers

Added by Rene S. almost 16 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2008-07-02
Due date:
% Done:

0%

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

Description

The emails from the "Install tool" doesn't work on some email servers.
The used sender email adresses are empty or ''.

If you change some lines in 'class.tx_install.php' the problem doesn't occur.
See the additional information for the solution.

=====line 344:
old:
'From: TYPO3 Install Tool WARNING <>'
new:
'From: TYPO3 Install Tool WARNING <null@'.t3lib_div::getIndpEnv('HTTP_HOST').'>'

=====line 360:
old:
'From: TYPO3 Install Tool WARNING <>'
new:
'From: TYPO3 Install Tool WARNING <null@'.t3lib_div::getIndpEnv('HTTP_HOST').'>'

=====line 1661:
old:
$emailObj->from_email = '';
new:
$emailObj->from_email = 'null@'.t3lib_div::getIndpEnv('HTTP_HOST');

=====line 1668:
old:
t3lib_div::plainMailEncoded($email,$subject,'TEST CONTENT','From: ');
new:
t3lib_div::plainMailEncoded($email,$subject,'TEST CONTENT','From: null@'.t3lib_div::getIndpEnv('HTTP_HOST'));
(issue imported from #M8888)

Actions #1

Updated by Mario Rimann over 12 years ago

  • Target version deleted (0)

Rene, is this reproducable on your environment with 4.6 or 4.7-dev?

Actions #2

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Closed

No response in over one year => closed.

Actions

Also available in: Atom PDF