### [How to Create a Contact Form with Multiple Recipients](https://wpforms.com/create-a-contact-form-with-multiple-recipients/)

**Published:** January 16, 2017
**Author:** Hamza Shahid

**Excerpt:** Do you need your WordPress contact form to send notifications to multiple email addresses? Maybe a team member needs a copy of every submission, or you want your site visitor to get a confirmation email while you get the full details.

WPForms handles all of these scenarios without any code. You can send the same notification to several people, create completely separate emails for different recipients, or route notifications based on how someone fills out the form.

In this tutorial, I'll show you how to set up multiple email notifications for your WordPress forms using WPForms.

**Content:**

Do you need your WordPress contact form to send notifications to multiple email addresses? Maybe a team member needs a copy of every submission, or you want your site visitor to get a confirmation email while you get the full details.

WPForms handles all of these scenarios without any code. You can send the same notification to several people, create completely separate emails for different recipients, or route notifications based on how someone fills out the form.

In this tutorial, I’ll show you how to set up multiple email notifications for your WordPress forms using WPForms.

[Create Multiple WordPress Form Notifications! 🙂](https://wpforms.com/pricing/)

## How to Make a Contact Form With Multiple Email Addresses

First of all, make sure that you’ve installed and activated the [WPForms plugin](https://wpforms.com/). You can follow this step-by-step guide on [how to install a WordPress plugin](http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/) for help.

![The WPForms homepage showing 1300 templates](https://wpforms.com/wp-content/uploads/2022/07/WPForms1300Templates.png)Also, make sure you’ve created a form to follow this tutorial. WPForms allows you to create different types of forms, such as a [simple contact form](https://wpforms.com/how-to-create-a-contact-form-in-wordpress/), [survey form](https://wpforms.com/create-a-survey-form-in-wordpress-step-by-step/), [employee information form](https://wpforms.com/how-to-create-an-employee-information-form-in-wordpress/), and almost anything you can think of.

- [Method 1: Send the Same Notification to Multiple Email Addresses](#method-1-send-the-same-notification-to-multiple-email-addresses)
- [Method 2: Send a Confirmation to the Person Who Submitted the Form](#method-2-send-a-confirmation-to-the-person-who-submitted-the-form)
- [Method 3: Route Notifications to Different People Based on Form Answers](#method-3-route-notifications-to-different-people-based-on-form-answers)
- [Method 4: Use Carbon Copy (CC) for Reply-All](#method-4-use-carbon-copy-cc-for-reply-all)
- [Method 5: Create Separate Notifications With Different Content](#method-5-create-separate-notifications-with-different-content)
- [Bonus Tip: Make Sure Your Notifications Actually Arrive](#make-sure-your-notifications-actually-arrive)

### Method 1: Send the Same Notification to Multiple Email Addresses

**When to Use:**

Use this option when the same message needs to be sent to multiple people without any customization. It’s ideal for general notifications, updates, or information that is relevant to all recipients.

This is the simplest method. If you want the same notification email to go to more than one person, you just add their email addresses to a single field. In the form builder, go to **Settings » Notifications**.

![Accessing a form's notifications settings](https://wpforms.com/wp-content/uploads/2018/09/notifications-settings.png)In the **Send To Email Address** field present in the right panel, you can type in each person’s email address. Be sure to separate each email address with a comma (**,**).

![Adding multiple email addresses in the Send To Email Address field for an email notification](https://wpforms.com/wp-content/uploads/2018/07/email-notification-multiple-send-to-email-addresses.png)When someone submits the form, every address in that field gets the same notification. Each recipient gets a completely separate email, so they won’t see each other’s email addresses.

![Saving your form](https://wpforms.com/wp-content/uploads/2022/10/Save-Your-Form-settings.png)Click **Save** when you’re done. For more details, check out the full guide on [how to set up form notifications in WPForms](https://wpforms.com/docs/setup-form-notification-wpforms/).

### Method 2: Send a Confirmation to the Person Who Submitted the Form

**When to Use:**

Use this option when you want to send yourself the form data and also send a receipt or confirmation email to the visitor who filled out the form.

Since you don’t know the visitor’s email address ahead of time, you use Smart Tags to pull it from the submission. In the **Send To Email Address** field, keep the `{admin_email}` that’s there by default. Then click **Show Smart Tags**.

![Viewing Smart Tags for the Send To Email Address field in the Notifications settings](https://wpforms.com/wp-content/uploads/2018/07/send-to-email-address-smart-tags.png)WPForms will show you any Email fields in your form. Click **Email** to add a Smart Tag that automatically inserts the submitter’s email address.

![Adding the Email field to the Send To Email Address setting with a Smart Tag](https://wpforms.com/wp-content/uploads/2018/07/send-to-email-smart-tag.png)Now whenever someone submits the form, both you and the visitor get a notification. This is useful when you want to [send visitors a confirmation email](https://wpforms.com/how-to-send-confirmation-emails-to-users-after-form-submission/) letting them know their submission was received.

If you want the visitor to receive a completely different message than you do (which is usually the case), see Method 5 instead for creating separate notification emails.

### Method 3: Route Notifications to Different People Based on Form Answers

**When to Use:**

Use this option when different form responses should go to different people. For example, a “Department” dropdown where Sales inquiries go to your sales team and Support requests go to your help desk.

This is the most powerful method. With [conditional logic](https://wpforms.com/features/conditional-logic/), WPForms sends notifications to specific people depending on how someone fills out the form.

Go to **Settings » Notifications**. Scroll to the bottom of the notification and check **Enable Conditional Logic**.

![Notifications with conditional logic](https://wpforms.com/wp-content/uploads/2017/01/Notifications-with-Conditional-Logic.png)Set the condition to match your form field. For example, “Send this notification if Department is Sales” and enter the sales team email in the **Send To Email Address** field.

Then create additional notifications (one for each department) using the same pattern. Each notification fires only when its condition is met.

For more help setting this up, check out the [conditional form notifications documentation](https://wpforms.com/docs/how-to-create-conditional-form-notifications-in-wpforms/). You can also [let users select recipients directly](https://wpforms.com/how-to-allow-users-to-select-recipients-in-wordpress-contact-form/) from a dropdown on the form, without exposing the actual email addresses.

### Method 4: Use Carbon Copy (CC) for Reply-All

**When to Use:**

Use this option when recipients need to see who else got the notification and reply-all to the group. This is common for team collaboration where everyone needs to stay in the loop.

The other methods send completely separate emails to each recipient. CC keeps everyone visible. To enable CC, go to **WPForms » Settings** from your WordPress dashboard and click the **Email** tab.

![WPForms email settings](https://wpforms.com/wp-content/uploads/2017/01/WPForms-Email-Settings.png)Scroll down and check the **Carbon Copy** checkbox. Click **Save Settings**.

![Email carbon copy](https://wpforms.com/wp-content/uploads/2017/01/Email-Carbon-Copy.png)Now when you go back to **Settings » Notifications** in the form builder, you’ll see a new **CC** field.

![Recipients in CC](https://wpforms.com/wp-content/uploads/2017/01/Recipients-in-CC.png)Add any email addresses you want CC’d on the notification. Recipients will be able to see each other’s addresses and use Reply-All.

### Method 5: Create Separate Notifications With Different Content

**When to Use:**

Use this option when each recipient needs a completely different email. For example, you want the raw form data for yourself and a polished thank-you email for the visitor. Or one notification for your team and a different one for a vendor.

In the form builder, go to **Settings » Notifications** and click **Add New Notification**.

![Adding a new notification](https://wpforms.com/wp-content/uploads/2018/07/add-new-notification-1.png)Give it a name (this is for your reference only). Click **OK**. You now have a second notification to configure independently.

![Naming a New Notification](https://wpforms.com/wp-content/uploads/2018/07/enter-notification-name.png)For a notification going to the site visitor, click **Show Smart Tags** next to the **Send To Email Address** field and select **Email** so WPForms sends it to whatever email the visitor entered on the form.

![Second Notification](https://wpforms.com/wp-content/uploads/2017/01/second-notification.png)Then configure the rest of the fields for this notification.

- **Email Subject** can be something like “Thanks for reaching out!”
- **From Name** should be your business name
- **From Email** should be your business email
- **Reply-To** is where responses go if the visitor replies to the notification
- **Message** controls what the visitor sees in the email body

If you want the visitor to see all the data they submitted, use the `{all_fields}` Smart Tag in the **Message** field. If you only want to show them specific fields, click **Show Smart Tags** in the Message section and pick the ones you need.

![Viewing Email Message Smart Tags](https://wpforms.com/wp-content/uploads/2018/07/email-message-show-smart-tags.png)You can also type a personalized message alongside the Smart Tags. If you need help using Smart Tags beyond the basics, check out this guide on [how to use Smart Tags in WPForms](https://wpforms.com/docs/how-to-use-smart-tags-in-wpforms/).

![Custom email notification message](https://wpforms.com/wp-content/uploads/2018/07/notification-email-message.png)#### File and CSV Attachments

Expand the **Advanced** settings in your notification. If your form has a File Upload field, toggle on **Enable File Upload Attachments** to include uploaded files with the notification email.

![Enabling file upload attachments for an email notification](https://wpforms.com/wp-content/uploads/2022/10/enable-file-upload-attachments-1.png)You can also toggle on **Enable Entry CSV Attachment** to include a CSV file with the entry data. This is handy if the recipient needs the data in a spreadsheet.

![Enabling the entry CSV email notification attachment for a from](https://wpforms.com/wp-content/uploads/2022/10/enable-csv-entry-attachment.png)Check out the tutorial on [exporting form entries to CSV](https://wpforms.com/how-to-export-wordpress-form-entries-to-csv/) for more on this. You can create as many separate notifications as you need. Just repeat the process for each one. Click **Save** when you’re done.

### Bonus Tip: Make Sure Your Notifications Actually Arrive

Sending notifications to multiple email addresses means more chances for emails to land in spam or not arrive at all. WordPress uses PHP mail by default, which many hosting providers limit or block entirely.

If your notifications aren’t arriving reliably, set up WP Mail SMTP. It routes your WordPress emails through a proper SMTP server instead of PHP mail, and it makes a significant difference for deliverability.

Check out the guide on [how to send emails in WordPress using SMTP](https://wpforms.com/docs/how-to-fix-wordpress-contact-form-not-sending-email-with-smtp/) or see [how to fix SMTP connection issues](https://wpforms.com/how-to-fix-could-not-connect-to-smtp-host-in-wordpress/) if you’re running into problems.

### FAQs About Sending WordPress Forms to Multiple Emails

Here are answers to common questions about setting up multiple email notifications for your WordPress forms.

#### Why use multiple form notifications?

Sending several email notifications from a single form saves time and keeps everyone in the loop automatically.

Instead of making visitors fill out multiple forms, or manually forwarding submissions yourself, the process runs on its own. You can use multiple email notifications to do things like this.

- Send a [purchase receipt](https://wpforms.com/docs/create-invoice-wpforms/) to a customer and a fulfillment order to a vendor
- Deliver a lead magnet as a [PDF attachment in a notification email](https://wpforms.com/how-to-send-a-pdf-attachment-in-a-form-notification-email/)
- Email a thank you message to a client for a support request and a bug report to a developer
- Confirm [event registration](https://wpforms.com/how-to-make-an-event-registration-form-in-wordpress/) for attendees and send special request details to the caterer

#### Will recipients see each other’s email addresses?

No. When you add multiple addresses to the Send To Email Address field (comma-separated), each recipient gets a completely separate email. They won’t see anyone else’s address. If you need reply-all capability, use the CC method covered in Method 4.

#### How many email notifications can I create per form?

Unlimited. WPForms doesn’t cap the number of notifications you can add to a single form.

#### Can I send different notifications based on what someone selects on my form?

Yes. With conditional logic (Method 3), you can set conditions so specific notifications only fire when certain criteria are met. For example, you can route sales inquiries to your sales team and support requests to your help desk automatically.

#### Can I send AI-generated notifications?

Yes. WPForms integrates with ChatGPT to generate notification content dynamically. Check out the guide on [sending AI-generated form notifications](https://wpforms.com/wpforms-chatgpt-how-to-send-ai-generated-notifications/) to set it up.

#### Why am I not receiving form notification emails?

This is usually a server-side email deliverability issue, not a WPForms problem. WordPress uses PHP mail by default, which many hosts block. Set up WP Mail SMTP to fix it. See the [troubleshooting email notifications](https://wpforms.com/docs/troubleshooting-email-notifications/) guide for step-by-step help.

### Next, Customize Your Notification Templates

Now that your notifications are set up, you might want to customize how they look. WPForms lets you add custom headers, change colors, and create branded email templates.

Check out the guide on [how to customize form email notifications](https://wpforms.com/how-to-customize-form-email-notifications-in-wpforms/) for the full walkthrough. And for inspiration, browse our [email notification examples and best practices](https://wpforms.com/email-notifications-examples-and-best-practices/).

[Send Forms to Multiple Emails Now!](https://wpforms.com/pricing/)

Ready to build your form? Get started today with the easiest WordPress form builder plugin. [WPForms Pro](https://wpforms.com/pricing) includes lots of free templates and offers a 14-day money-back guarantee.

If this article helped you out, please follow us on [Facebook](https://facebook.com/wpforms) and [Twitter](https://twitter.com/easywpforms) for more free WordPress tutorials and guides.

**Categories:** WordPress Tutorials

**Tags:** email notification, form notification, notifications

---

