As far as I know that has never been an option with CF7 and you choose one email address in the back to send it to.
Who told you that you could do this?
@zazarza: http://contactform7.com/selectable-recipient-with-pipes/
To get the value after pipe character, put the usual mail tag corresponding to the form tag ([your-recipient] in the case of the above example) in the Mail templates.
Neat, thanks! I can make use of this for future clients!
Hi!
When I add this snippet but with my email addresses;
[select your-recipient "CEO|ceo@example.com"
"Sales|sales@example.com"
"Support|support@example.com"]
and put this [your-recipient] in “To:”, I just get the “Something went wrong” error message when I’m trying to send a message.
What am I doing wrong? 🙁
Hi!
I still need help with this! Why doesn’t [your-recipient] work?
Hi zazara 🙂 !
try to split your recipients list only with a space (remove tab and/or break lines).
I use this syntax on one of my website without any problem ;).
Pierre.