Click here to Skip to main content
15,922,696 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,




I need application for sending sms to cellphone

please help ..



Regards
Posted

1 solution

Ajith, you cannot be directly sending SMS to a mobile, instead you have buy service of any SMS Service Providers and they will provide you an API to work with, and you will be calling that API to send SMS. Typically the API requires mobile no and the text message.

Sending an SMS requires the service of a Mobile Network Service Provider. This you cannot do it all through your code
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900