Search code examples
javaweb-applicationssms-gateway

Is there any way of sending mobile notification from java web applications freely


I am developing a web application in Java, in which I want to send notifications or updates to some mobile numbers, in the form of SMS messages.

I have investigated aspsms and now.sms but both require some amount of charge. In now.sms I configured it using GSM phone and balance gets deducted from phone. Is there any other way of sending SMS messages freely from web applications? If any body knows how to configure now.sms for HTTP SMSC please do let me know.


Solution

  • there are a lot of services which can send sms for free, way2sms is one of them.. here and here are some links.