Get general Email from system configuration in magento
You can set System->Configuration->Store Email Addresses in magento. For any display purpose you can get this email address through programming. Try to write below code and get email address whatever you set in magento backend.
<?php echo Mage::getStoreConfig('trans_email/ident_general/email'); ?>
No comments:
Post a Comment