Actions
Bug #44484
closedDon't set empty from-name when sending email
Start date:
2013-01-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If no name is specified, only an email-address, avoid setting an empty "from"-parameter.
Currently for a receiver emails will show up like: "" <email@example.com>
The empty name should just be omitted (which is perfectly fine in API, standard and commonly used) so the recipient will simply see that from-email as sender.
Actions