Hi Friends,
I am new to SMS programming. We run a website that provides content in
which a mobile operator is interested. The requirement is that we send
alerts to all the subscribers who have subscribed for our alerts. How
can I implement the same.I could only come across this one idea so
far.
1. Connect to the SMPP using a Java API and send the message. This
would however mean the we manage all the subscription phone numbers
like adding the numbers, removing the numbers etc.
This does not look like an elegant solution to me. Is there any
product which I can buy/or it is open source which does this for me.
Thanks in advance for your help.