fabarea / messenger

Send messages to a bunch of users - TYPO3 CMS extension
Other
5 stars 8 forks source link

Wrong check for defaultMailFromName #25

Closed stat1x closed 5 years ago

stat1x commented 5 years ago

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

stat1x commented 5 years ago

Resolved with https://github.com/fabarea/messenger/pull/26