Woocommerce Notify when a specific email is ordering - woocommerce

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.

Related

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.

Create records in AppMaker from email

I'm working on a Support Ticket system with AppMaker and was wondering if there was a way to create tickets from emails. For example, if I connected our support email to AppMaker and it captures the sender, subject and body of the email to create the new ticket record. I have been doing some research but can't seem to find what I'm looking for...
The best answer I found is described here:
Google gmail script that triggers on incoming email
However, this requires to setup incoming mails in a special label, and then scan that folder every few minutes to detect incoming tickets. Might work for you if you can live with the delays. I'd really prefer a incoming email trigger for gmail, but that does not seem to exist :(

Order email not send to admin

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

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.

Track if the email is marked as spam

I have an asp.net autoresponder that sends emails to millions of subscribers. I want to track if a person mark my emails as spam. is there any way to do this?
Thanks in advance.
No, there isn't. After your mail has been sent to your receiver's SMTP server, there's no way to track it down anymore.
I know what you're thinking: how can some mail-clients track down wether an email has been read or not (e.g. in Outlook). They can do this by adding a little img-tag to their mails (html). When a user opens the mail, it'll open the path specified in the img's src-attribute. Since that's a script (like PHP or something), it can automatically sets a flag to 'seen' when a mail has been opened.
Of course, there are some other ways to track this down, but I think this is the most popular one.
However, this can't be done to check whether a mail has been rejected, deleted or moved to the spam-folder.
I would recommend http://www.mxtoolbox.com/ as an example of sites to use for checking if your server/sending IP is blacklisted.
You can also sign up for feedback loop services with major or relevant email providers for your list(s) to be informed when messages are reported as spam. Feedback loops are probably the best mechanism for the information you are trying to gather.
Example of a feedback loop and how to subscribe to it:
http://postmaster.aol.com/Postmaster.FeedbackLoop.php
I can't post more than 2 links but if you Google "feedback loop" and the name of the email provider you are likely to find what you need to sign up for their alerts.
Hope that helps.

Resources