Magento: Sending the info in the contact form to several email addresses

By default Magento only has one filed to input the recipient of the contact form (in admin).
If you would like to get this sent to several email addresses then a small hack is required as Magento adds some encding to address in this field.

Use

mail@example1.com>, name <mail@example2.com

to send to two recipients. name is the name shown as the address in the second mail.

Send contact form to two mail addressesv

To send to 3 addresses use

mail@example1.com>, name <mail@example2.com>,name2<mail@example3.com

To sent to 4 or more, just add more as in the 3 addresses example

6 thoughts on “Magento: Sending the info in the contact form to several email addresses

  1. hello ,

    Its work for me earlier in lower version in 1.3.2 but

    Can not work it for me. at magento 1.4.2.0

    Tank you
    Hridaya

  2. Nice to hear that this worked in earlier versions as well.
    Unfortunately we have yet to upgrade to 1.4.* so I can’t help you here right now I am afraid.

  3. Do you know a solution for Magento 1.4.2?

    It would be great….

  4. You can ‘force’ this to work by simply modifiying the form temporarily.

    Use Google Chrome, right click on the field and do ‘Inspect Element’. You should be able to see the input box’s classes. Remove the class named ‘validate-email’. After that, click save again on the form

Comments are closed.