Send notification from HTTP bot (RESTful service or whatever)

Posted by Kuroki Kaze on Server Fault See other posts from Server Fault or by Kuroki Kaze
Published on 2010-06-04T10:55:37Z Indexed on 2010/06/07 16:12 UTC
Read the original article Hit count: 291

I have very simple bot that gathers and parses web pages. It's on a machine in network, behind NAT (so I cannot setup a web server, for example). I don't have MTA set up. The bot should notify me about changes in parsed pages (once in a hour or two, to one recipient). How can this be done? Is there any RESTful email gateways, like SMS ones?

I can set up him a twitter account and use curl to post statuses/DM, but it's a very temporary bot.

© Server Fault or respective owner

Related posts about emailserver

Related posts about notification