Actions
Task #31228
closedUnit test for t3lib_utility_Mail should check From user
Start date:
2011-10-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Unit tests for t3lib_utility_Mail do not check full additional headers that are generated whenever these additional settings are not empty (example given):
$TYPO3_CONF_VARS['MAIL']['defaultMailFromAddress'] = 'no-reply@localhost'; $TYPO3_CONF_VARS['MAIL']['defaultMailFromName'] = 'TYPO3 Mailer';
Updated by Mr. Hudson over 13 years ago
- Status changed from New to Under Review
Patch set 1 of change I437181b5c6b08d789ebd0236ffb6ab2745f3badc has been pushed to the review server.
It is available at http://review.typo3.org/6243
Updated by Xavier Perseguers over 13 years ago
- Priority changed from Should have to Must have
Updated by Xavier Perseguers over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions