I want to retrieve store-email in phtml file so far i've fetched store data information like this but there's no info about e-mail address:
$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$storeInformation = $objectManager->create('Magento\Store\Model\Information');
$store = $objectManager->create('Magento\Store\Model\Store');
$storeInfo = $storeInformation->getStoreInformationObject($store);
$storeData = $storeInfo->getData();
trans_email/ident_general/emailwithtrans_email/ident_sales/emailyou will get sale email – Qaisar Satti Sep 12 '17 at 08:44