Avenir | Drupal Development | Joomla Development | Magento Development | OsCommerce Development

Tuesday, 21 February 2012

How to add multiple “Recipients” email address setting in Magento Admin Panel ?

To add additional Send Email TO/CC/BCC to this section, Open app\code\core\Mage\Contacts\etc\system.xml, and find below code


<recipient_email translate="label">
                  <label>Send Emails To</label>
                  <frontend_type>text</frontend_type>
                  <sort_order>10</sort_order>
                  <show_in_default>1</show_in_default>
                  <show_in_website>1</show_in_website>
                  <show_in_store>1</show_in_store>
  </recipient_email>
Add below code after above code in system.xml,
<recipient_email2 translate="label">
                        <label>Send Emails To</label>
                        <frontend_type>text</frontend_type>
                        <sort_order>11</sort_order>
<recipient_email2 translate="label">
<label>Send Emails To</label>
<frontend_type>text</frontend_type>
                        <sort_order>11</sort_order>
<show_in_default>1</show_in_default>
                        <show_in_website>1</show_in_website>
                        <show_in_store>1</show_in_store>
    </recipient_email2>

5 comments:

  1. Great post, what you said is really helpful to me I agree with you anymore. I have been searching about your blog, and it is really interesting as well. Keep up with your good work. I would come back to you often. Thanks for sharing.

    Are you interested to know about AZ DMV.

    ReplyDelete
  2. I've added this in the CMS but is any further config required as we're not receiving the emails at the second address?

    ReplyDelete
  3. it sent to the first email, but in second email is not sent.

    ReplyDelete
  4. Thanks dude, this really helped me out! I wanted to sent BCC to myself, and it did!

    ReplyDelete
    Replies
    1. Hi,

      I am using this code but mail is not sending on new email id . may you tell me how to resolve this issue.

      Regards,

      Omveer chaudhary

      Delete