Multiple email recipient using wp_mail()

Yes it’s possible, $to accepts an array or comma-separated list of email addresses to send message.

You can read more here, about optional headers parameter that can add from, cc, content-type, fields.

If you want to send automaticaly WordPress admin notifications, you can have a look to this.

Leave a Comment