Hi
I have a page that pulls data from a database, when a condition is met an email is sent off. This works fine.
The page auto-refreshes every 10 minutes but if the same condition is met again it sends out another email.
Is there any solution to let it only email once then that is flagged as complete so the only emails I recieve is for new conditions? I don't want to write to the database, i'm not sure this is possible actually but I'm open to ideas...
Thanks
I have a page that pulls data from a database, when a condition is met an email is sent off. This works fine.
The page auto-refreshes every 10 minutes but if the same condition is met again it sends out another email.
Is there any solution to let it only email once then that is flagged as complete so the only emails I recieve is for new conditions? I don't want to write to the database, i'm not sure this is possible actually but I'm open to ideas...
Thanks