+91-943-185-6038 me@shashidharkumar.com

magento
How to get store admin email address and name in Magento?

In Magento, if you need to use the admin’s email address or name and both. You can use the following code to get the admin’s email and name:

$from_email = Mage::getStoreConfig('trans_email/ident_general/email'); //fetch sender email Admin
$from_name = Mage::getStoreConfig('trans_email/ident_general/name'); //fetch sender name Admin

 

See also  Track Guest Checkout orders in Magento 1.9.x