Order email not send to admin - wordpress

Hi guys it seems that woocommerce will not let me receive emails for a new order, canceled orders, etc. I found that the problem was if I have the "From" Address the same as the Recipient(s) it will not send. But if there are different email it works fine. Is there some way to make this work because I do not want to use my personal email. Thanks

Related

Woocommerce Notify when a specific email is ordering

I am looking for a way to notify me by mail or anywhere when a specific email is ordering.
Example:
When a customer orders with the domain mail #test.com then i receive a notification by mail or somewhere compatible.
Best Regards.
I have tried looking for a plugin, but have not found anything usefull.

Retrieve customer email from phone number via WooCommerce REST API

To integrate a VoIP system to our email client, I need to retrieve the email address of a customer based on the phone number used for the call.
I tried many requests to the WC API but none worked.
I know the phone number is stored in the "Billing properties" of the customer but I cannot find a way to make it work.
I believe (if is it possible) that a request close to this one should do the trick:
https://www.website.com/wp-json/wc/v3/customers?filter[phone]=123456789
Thanks to anyone that could point me in the right direction.

WooCommerce - Send new order emails at different order status

I have an issue that WooCommerce sends out the “New Order” / “Order Confirmation” email as soon as an order is placed.
When working with a payment provider like stripe or paypal, this leads to issues since people have the option to cancel within the payment process (for example at paypal with “Cancel and go back to store X”).
This works fine so far, the order gets set to “canceled” and nothing more happens.
But the Order Confirmation email gets still send, even though the user is not even done with the payment itself or cancels it.
Is there any solution how to send this email only at a different status – for example “Processing” or “Completed”?
I tried using Send WooCommerce New Order email notification only for paid orders with processing status answer code, but it didn't worked for me.

Send an email to specific address when order complete

I need an email to be automatically send to accounting with order details when order complete. This cannot be the same email that was send to customer on order complete as there must be Stripe fee included.
I've looked at WooCommerce e-mail hooks but I haven't found anything that would do what I want and there are tons of plugins which more or less have description that doesn't specify what I need.
My question is, does anybody have some experience with that? Can you suggest a plugin or can this be solved only with coding?
This post offer some solution but that is just forwarding a customer invoice, if I'm not wrong.

wp e-commerce emails not working

I have seen many questions regarding emails not being sent but so far they haven't been helpful to me. I've been trying to test purchases on my site. After checkout, the order appears in the sales log as "order received". From what I understand when I change it from "order received" to "accepted payment", an email should be sent. Thing is, an email is never sent to the administrator or the customer. I have the store admin email filled out. The digital product is supposed to be sent in the email but the email is not being sent. Any help would be much appreciated.
Thanks
The issue I check first dealing with WP emails is to see if the emails wordpress is sending out are being caught in spam, or just being blocked by your email provider, since the WP_Mail() function isn't verified by an email server.
Try WP-SMTP and do some testing.
I just had this issue and, for me, the solution was going into cPanel and changing my MX records. They were set up years ago to point to a different server and I found out that I could send but not receive emails. I deleted them and created a new mail.domain.com MX record. That was my issue, may or may not be yours.

Resources