38 \
Magento\Framework\
App\Config\ReinitableConfigInterface $config,
39 \
Magento\Framework\OsInfo $osInfo
42 $this->osInfo = $osInfo;
54 if ($this->osInfo->isWindows()) {
55 ini_set(
'SMTP', $this->config->getValue(self::XML_SMTP_HOST));
56 ini_set(
'smtp_port', $this->config->getValue(self::XML_SMTP_PORT));
__construct(\Magento\Framework\App\Config\ReinitableConfigInterface $config, \Magento\Framework\OsInfo $osInfo)
ini_set($varName, $newValue)
beforeSendMessage(\Magento\Framework\Mail\TransportInterface $subject)