Contact form 7 sends emails to multiple recipients. We can send emails to selectable or conditional email addresses by shortcode.
We can send emails by Bcc (blind carbon copy) or Cc (carbon copy). We need to add contact form 7 additional headers. It is very easy.
Go to wp-admin > contact form 7 > email > additional headers add Bcc or Cc
How To Inspect Emails Headers And Body?
It is very easy. Just install the PostBox email logging plugin. It is a free plugin.
Then go to wp-admin > Email Logs. Now we can see email headers, subjects, and bodies.
Contact Form 7 Multiple To Emails
We can add multiple “To” emails in the contact form 7 “Mail” section by “commas“.
Please check the following image.
Contact form 7 Dynamic (Selectable – Dropdown ) Recipient
Step 1: Add select tag input field in form.
Example: [select* your-recipient “SEO|[email protected]” “Support|[email protected]”]
Step 2: We can set “To” address [your-recipient] in contact form 7 “Mail” section.
Go to Form > Email > To
OR
Add an additional header with cc or bcc for the contact form 7 recipient.
cc: [your-recipient]
Save form entries to the MySQL database
You can save submissions to external or internal MySQL databases by following the plugins
Save pipe data to database CFDB7 Pipe Plugin