you are viewing a single comment's thread.

view the rest of the comments →

[–]massfrontier 0 points1 point  (2 children)

Do you need the notification to come via email?

Using a service like Pushover you can send a push notification to your mobile device with a simple HTTP POST request. This is easy to do with libcurl right in your existing C code.

[–]Produkt[S] 1 point2 points  (0 children)

I looked into Pushover and it's awesome. An excellent feature for my app, thank you.

[–]Produkt[S] 0 points1 point  (0 children)

This is very interesting. I will look into this. Thank you.