Search
Close this search box.

WooCommerce: Add Extra Email Recipient To Order Completed Email

Send WooCommerce order complete notification emails to multiple email recipients without using a plugin with this handy code snippet.

https://gist.github.com/DeveloperWil/b16e271326bd6fd89605bb9188037ba2

Remember to change “[email protected]” to your own email recipient list.

Separate multiple email addresses with a comma: e.g. ,[email protected], [email protected].

Where To Put The Code Snippet?

This code snippet should go in your active theme’s functions.php file.

Add it to the bottom of the file, before any closing ?> characters.

It’s always a good idea to take a backup of your functions.php file in case anything goes wrong – you can just copy the old code back in again.

Are You New To WooCommerce?

If you haven’t yet started to build an email list of your WooCommerce shop customers, now is the best time to get started.

Was this article helpful?
YesNo