scopeConfig = $context->getScopeConfig(); } /** * Get Config * * @param null $storeId * @return mixed */ public function getConfig($group, $field, $storeId = null) { return $this->scopeConfig->getValue('smtp/' . $group . '/' . $field, \Magento\Store\Model\ScopeInterface::SCOPE_STORE, $storeId); } }