I want my part of my Magento code to continuously execute. For example: If I want to send mail for those customers who have not ordered any product from last 3 month. So in this case i have to find mail triggering timings for them.
Consider A customer have not ordered and its 3 months completed on particular day on morning And B customer have not ordered and its 3 months completed on same day(as A customer) in evening
How can I do in such condition?
I expect the output For A customer's mail send on morning And For B customer's mail send on evening