Project

General

Profile

Actions

Bug #44120

closed

sender name is not correctly processed in sendNotifyEmail()

Added by Martin over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2012-12-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

I just tried this

plugin.tx_felogin_pi1 {
email_from =
email_fromName = navn
}

This works perfect, but I wanted to be navn.dk
So I changed it to

plugin.tx_felogin_pi1 {
email_from =
email_fromName = navn.dk
}

Now I got

Oops, an error occurred!
Validation failed for: navn.dk <>
More information regarding this error might be available online.

(The link for more information is http://wiki.typo3.org/Exceptionv4/1294681467)

What I can see is properly that TYPO3 thinks that fromName is a email and maybe adds this to the email field in swiftmailer?

This is confirmed in TYPO3 4.7.4 and TYPO3 4.7.7

Actions

Also available in: Atom PDF