51 if (empty($this->mailSettings)) {
57 throw new \TYPO3\CMS\Core\Exception($e->getMessage(), 1291068569);
60 parent::__construct($this->transport);
98 $this->mailSettings = (array)
$GLOBALS[
'TYPO3_CONF_VARS'][
'MAIL'];
109 $mailSettings = !empty($this->mailSettings) ? $this->mailSettings : (array)
$GLOBALS[
'TYPO3_CONF_VARS'][
'MAIL'];
119 return GeneralUtility::makeInstance(TransportFactory::class);
129 return GeneralUtility::makeInstance(ObjectManager::class);