Showing posts with label How to get general email address in magento. Show all posts
Showing posts with label How to get general email address in magento. Show all posts

Saturday, 19 April 2014

Get general Email from system configuration in magento


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'); ?>