I am trying to integrate into my script a way of alerting me status of certain things remotely.
Currently my script basically has
if (conditions = true)
sendemail(emailcontents)...
and I receive an email in my hotmail on my phone (Android) where ever I am so I can check.
However I am looking for something that can be customized more.
Basically I want :
Have script running on computer, when conditions are met I will receive an alert on phone
I'd like to only receive messages from my computer (a flaw of using hotmail, I will receive emails from everyone else and my computer)
Should be compatible with AHK (could be through batch or cmd)
Ideally, on my phone the message should open automatically
Should be silent and in the background (doesn't interfere with normal PC use)
EDIT I've been using AHK for 4 years but rarely visit the forums. What happened to the old forum? Is it archived or accessible? I often find this new UI a little harder to search through and I can't find the scripts and topics listed on the old forum.