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

Tags: , ,

3 Responses to “Magento: Sending the info in the contact form to several email addresses”

  1. Hridaya says:

    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. jontas says:

    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. Lacroix26 says:

    Thanks, works like a dream!

Leave a Reply