根据部门用户选择接收多个电子邮件地址的Wordpress Contactform7查询

I am using Wordpress plugin Contactform7 for customer inquiries. I have a dropdown where customer chooses which dept. they are contacting. Now I want to send these inquiries to related dept that they choose.

E.g. If customer chooses, sales dept. in contact form dropdown, Then only sales@....com should receive the email and not marketing, accounts or other departments.

try This...

[select your-recipient "Sales|sales@mydomain.com"
                    "Marketing|maketing@mydomain.com"
                    "Accounts|accounts@mydomain.com"]