In Magento1 when running under Windows you could set the SMTP Host and SMTP Port.
In Magento 1 this is achieved by code similar to the following:
ini_set('SMTP', Mage::getStoreConfig('system/smtp/host'));
ini_set('smtp_port', Mage::getStoreConfig('system/smtp/port'));
In Magento 2 there is no reference in the source-code anywhere to system/smtp/host or system/smtp/port
Please use form for all questions regarding magento 2. GitHub only for reported bugs with steps to reproduce.
Hi,
This is not a question - hence there being no question mark in my original post. The setting In Magento 2 does not do anything.
Steps to reproduce:
Expected Result:
Actual Result:
Internal issue MAGETWO-52707
This issue has been fixed and delivered to the develop branch.
Most helpful comment
Internal issue MAGETWO-52707