Hello,
I don't know if I am posting this in the right section, I have a Java Database application(mysql). I have used netbeans to develop it. I have one table product_tbl which stores the stock level. I want to send an email notification to a specific email when the stock reaches '0'.
My question is do you have any idea how I can integrate that?
I thought about PHP but I am not sure if it is the right thing to use...
Thank you