Project

General

Profile

Actions

Bug #14363

closed

sendnotifyemail - fromname

Added by old_integra about 20 years ago. Updated about 10 years ago.

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

0%

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

Description

if the from name has specail chars the headers of the recieved mail are broken

just send an email with this function in class.tslib_content.php using the following string as FromName:
THE SKATOONS::Lars

and check your incoming mail

The problem is fixed when the fromname is wrapped into " FROMNAME "
(issue imported from #M426)

Actions #1

Updated by old_integra about 20 years ago

  1. class.tslib_content.php v3.7.0
  2. :5466
    -- if ($email_from) {$headers[]='From: '.$email_fromName.' <'.$email_from.'>';}
    ++ if ($email_from) {$headers[]='From: '".$email_fromName."' <'.$email_from.'>';}
Actions #2

Updated by old_emax almost 20 years ago

There is a typo in the patch. The quotes and the doublequotes needs to be exchanged:

WRONG:
+ if ($email_from) {$headers[]='From: '".$email_fromName."' <'.$email_from.'>';}
RIGHT:
+ if ($email_from) {$headers[]='From: "'.$email_fromName.'" <'.$email_from.'>';}

emax.

Actions #3

Updated by Mathias Schreiber over 18 years ago

TYPO3 Version too old.
The reported version is no longer maintained.

If this bug still persists in 4.0.1, please re-open it again and set the field "Product Version" to the corresponding version.

Actions #4

Updated by Dimitri Koenig over 13 years ago

This is still an issue throughout all versions.

Actions #5

Updated by Ernesto Baschny over 13 years ago

  • Status changed from Closed to New
  • Target version deleted (0)
  • TYPO3 Version changed from 3.7.0 to 4.5
Actions #6

Updated by Alexander Opitz over 10 years ago

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

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.3)?

Actions #7

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF