Closed stat1x closed 5 years ago
IMHO it should be if (!empty($GLOBALS['TYPO3_CONF_VARS']['MAIL']['defaultMailFromName'])) { ...
if (!empty($GLOBALS['TYPO3_CONF_VARS']['MAIL']['defaultMailFromName'])) { ...
https://github.com/fabarea/messenger/blob/ae1e26119ce38bc9c260682139743f789d037a68/Classes/Domain/Model/Message.php#L504
Resolved with https://github.com/fabarea/messenger/pull/26
IMHO it should be
if (!empty($GLOBALS['TYPO3_CONF_VARS']['MAIL']['defaultMailFromName'])) { ...
https://github.com/fabarea/messenger/blob/ae1e26119ce38bc9c260682139743f789d037a68/Classes/Domain/Model/Message.php#L504