Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
My Problem is,
I'm using the SMS API in my website to send and receive sms messages from the user. According to message my website sends a sms to the user which sent the initial sms to my website.

How can I identify wich number sent the initial sms message and how can I send a message back to that number? I'm using ASP.NET3.5
Posted
Updated 22-Mar-11 1:13am
v2

You're going to need some kind of mobile connection. For example hook your cellphone to your PC. If you expect large amounts of SMS messages at a time, you'll need an SMS Server or let a third party handle the SMS messages and make them call a webservice. Just 'using an API' is not enough, you're required to use hardware capable of sending messages as well.

Eduard
 
Share this answer
 
Hi rakesh-s-shinde,

Try this LINK[^]

I hope this help you,
:)
 
Share this answer
 

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