8/30/2011

How to get contact us email address in magento

Here’s the code to get Contacts email:

<?php echo Mage::getStoreConfig('contacts/email/recipient_email');?>

Or you can change it from admin -> System-> Configuration. From the left tab select Contacts then On the right side you will see Email Options Tab. From that tab you can see there is a field for send Emails To.Change th evalue to your require email address

No comments:

Post a Comment