Once a day I have to send a batch sms’s from a webApp.
I added a timer to the app so the process is independent of a session.
Al this works fine, but now I try to figure out how I can connect to the sms-provider. I assume I should use URLConnection in PerformAction of the ActionNotificationReceiver.
But I don’t know how to implement this. Is it possible? Is there an example I can check?