This is technically possible with a Python script (and a few Python libraries). You could use urllib to download a copy of your vendor messages or orders page, generate a hash and compare it to a stored hash. If the hashes are different, the page has been updated, meaning there are new messages or orders. Then use the smtp library to send yourself an email. Some carriers allow you to send emails to an address like 2221113333@sprint.com and you receive it on your phone as a text message. I could write something like this. The problem is that it's horribly insecure and I won't do it.