Contact form 7 sends emails to multiple recipients. We can send emails to selectable or conditional email addresses by shortcode.
You can send emails by Bcc (blind carbon copy) or Cc (carbon copy). You need to add the contact form 7 additional headers. It is straightforward.
Go to wp-admin > contact form 7 > email > additional headers add Bcc or Cc
Verify Email Headers By MailMug
Easily verify email body or header details by the mailmug.net SMTP free sandbox account.
How To Inspect Email Headers And Body?
It is effortless. Just install the WordPress Mail Logging – PostBox 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 a select tag input field in the form.
Example: [select* your-recipient “SEO|[email protected]” “Support|[email protected]”]
Step 2: We can set the “To” address [your-recipient] in contact form 7 “Mail” section.
Go to Form > Email > To
OR
Add “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