• Before Last update i used this Code to send mail to multiple recipients.
    For me most important is the “All-Part”. This part is not working. The other single recipients are working.

    [select* your-recipient “CEO|ceo@example.com”
    “Sales|sales@example.com”
    “Support|support@example.com”
    “All|ceo@example.com,sales@example.com,support@example.com”]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Hello,
    Same problem here.
    You can see a test page here : https://www.airetaventure.com/page-contact-test/

    The code in contact form 7 :
    [select* destinataire “destinataire 1|test@test.com”
    “destinataire 2|test2@test.com”]

    and the HTML is :
    <option value=”destinataire 1″>destinataire 1</option>
    <option value=”destinataire 2″>destinataire 2</option>

    Thread Starter tkwpweb

    (@tkwpweb)

    One recipient (test|test@mail.com) is working fine.

    I only get problems with more recipients (all|a@mail.com,b@mail.com,c@mail.com)

    Well… One recipient don’t work for me and I don’t understand why… Seems pipe are note detected…

    Thread Starter tkwpweb

    (@tkwpweb)

    I also tested with the old version… but the same Problem. That’s weird…

    Maybe there are Problems with WordPress 5.7 – i really don’t know.
    I only know… it doesn’t work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multiple Recipients with select not working’ is closed to new replies.