• I need some help. I am trying to create a contact form where people can choose from several departments and have their message routed to the appropriate department.

    Currently, I use the following code in my form:

    [select recipient “Support|[email protected]” “Production |[email protected]”]

    When the user selects the department they want, the mail goes to the appropriate department. That is great! Except now, other employees are asking me, “Hey, when [email protected] gets a request, I want to see a copy of it”

    I tried to rework the code as follows:

    [select recipient “Support|[email protected]” “Production |[email protected], [email protected], [email protected], [email protected]”]

    The emails still send. Except when you try to reply back to the customer’s request in Outlook, it no longer has [email protected]. Instead it replaces it with my host account’s email. Basically, I host my site with hostmonster.com, and the email is coming from my account.

    I understand that the form is confused because I am giving it 3 email addresses and it doesn’t have one as the main address. Is there a way that I can rework the code, so that the other addresses are like a CC email and not a main email? Is that possible?

    Is the only option to go into the service and ask that all emails from [email protected] be forwarded to [email protected], [email protected], and [email protected]? Currently production gets a lot of emails and they only want to be copied on requests.

    I am probably making this more difficult than it has to be.

    Appreciate your help!

  • The topic ‘Contact Form 7 : Emailing multiple recipient!’ is closed to new replies.