Email order processing not sending
-
Hello,
when I make paypal payment and when I change order status from pending to processing the according email wont send.
All other Emails are fine, when i send the Email through the resend email select in the order details it sends, but not automatically.The Email is activated under prefs -> emails and I am sure that it isnt sent (got plugin E-Mail Log installed)
I have woocommerced germanized installed, and deactivated it for testing, which didnt change anything.I have 2 filters added, but they hook into different emails not the order processing:
add_filter(‘woocommerce_email_recipient_new_order’, ‘wc_change_admin_new_order_email_recipient’, 1, 2);
add_filter(‘woocommerce_email_headers’, ‘add_bcc_to_wc_admin_new_order’, 10, 3);Any idea what might cause this behavior?
- The topic ‘Email order processing not sending’ is closed to new replies.