• Resolved jackievon51

    (@jackievon51)


    hello,

    i wanna send notifications of new orders to multiple email addresses, i have set new orders Recipient(s) like this: 001@example.com,002@example.com,003@example.com, but only the wordpress admin email can get the notification.

    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • aps12345

    (@aps12345)

    Create a hook into the woocommerce_email_recipient_new_order filter and add recipients to the existing recipient (admin) when a new order is placed. As a result, notifications of new orders will be sent to the admin email address as well as the additional email addresses specified in the code.

    • This reply was modified 11 months ago by aps12345.
    Saif

    (@babylon1999)

    Hello @jackievon51,

    I assume you’re referring to the “New Order” admin email.

    You can add more than one email and it should be sent to all of them:


    Link to image: https://d.pr/i/NjMpIm

    Do you have any emails that override WooCommerce email behaviour/templates?

    You can also try installing WP Mail Logging to see whether the emails are going out but not received.

    Look forward to hearing back from you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Send notifications of new orders to multiple email addresses’ is closed to new replies.