• Hi, is there a way to prevent a custom email to be sent to the customer. Ie. I want to send an email to the admin with information that the customer can not see – so I do not want them to receive the email (just the admin) – right now any custom email generated automatically sends to the customer. Thank you for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I second this.

    I need to email/notify another person on the team to manually review while it is changed to a different status that the customer does not see.

    I think I found a solution.

    Removing the function “array_push( $recipients, $this->object->billing_email );” in line 62 of archive plugins/woo-custom-emails/admin/class-wcemails-instance.php. This function seems always add the costumer billing email to recipients if the option “Send Only To Customer?” is not checked

    Great solution @rroncero, works great for me

    Thanks for saving me some time.!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prevent email being sent to customer’ is closed to new replies.