browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need .NET Framework help?

Get answers from our community of .NET Framework experts on BYTES! It's free.

how to send sms through asp.net

Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#1: Sep 20 '07
Hello
I have learnt how to send email through coding from your site.
Now I want to send sms through asp.net .

Kindly help

thanks
cmrhema



Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#2: Sep 20 '07

re: how to send sms through asp.net


Quote:

Originally Posted by cmrhema

Hello
I have learnt how to send email through coding from your site.
Now I want to send sms through asp.net .

Kindly help

thanks
cmrhema

For this I suppose you do need a SMS Server or a 3rd party solution.
If you do have one of this...they should provide you an API.

Cheers
ammoos's Avatar
Member
 
Join Date: Apr 2007
Posts: 91
#3: Sep 20 '07

re: how to send sms through asp.net


Check this link

SendingSMS
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#4: Sep 20 '07

re: how to send sms through asp.net


Quote:

Originally Posted by ammoos

Check this link

SendingSMS

thank you ammos
Is there any way we can send through coding just as we send email

thank you shashi
We have a normal server and not sms server with us.
Can you provide links for 3rd party solutions
regards cmrhema
Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#5: Sep 20 '07

re: how to send sms through asp.net


Quote:

Originally Posted by cmrhema

thank you ammos
Is there any way we can send through coding just as we send email

thank you shashi
We have a normal server and not sms server with us.
Can you provide links for 3rd party solutions
regards cmrhema

Hi,
Well..for starters
you can call up your local mobile operator and ask them abt the plans

Or if you do some search on the web you might get some
I had heard of one place where they had their own sms queing server which had the ability to send sms's. Though they were connected to the gprs network.

But otherwise, local operators whould he helpful about it.

cheers
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#6: Oct 11 '07

re: how to send sms through asp.net


Quote:

Originally Posted by Shashi Sadasivan

Hi,
Well..for starters
you can call up your local mobile operator and ask them abt the plans

Or if you do some search on the web you might get some
I had heard of one place where they had their own sms queing server which had the ability to send sms's. Though they were connected to the gprs network.

But otherwise, local operators whould he helpful about it.

cheers

Hello shashi
Coming back after a long time.
Actually we are having a sms server. can you let me know how to configure it or provide the links for the same

regards
cmrhema
nirmalsingh's Avatar
Familiar Sight
 
Join Date: Sep 2006
Location: Madurai - India
Posts: 217
#7: Oct 11 '07

re: how to send sms through asp.net


Quote:

Originally Posted by cmrhema

Hello
I have learnt how to send email through coding from your site.
Now I want to send sms through asp.net .

Kindly help

thanks
cmrhema

hai cmrhema,

can u guide me with sample code in sending email in asp.net/C#.
Thanx in advance.
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#8: Oct 11 '07

re: how to send sms through asp.net


Quote:

Originally Posted by nirmalsingh

hai cmrhema,

can u guide me with sample code in sending email in asp.net/C#.
Thanx in advance.

Go to this link
http://www.thescripts.com/forum/thread682306.html
The code is perfect. But ensure your smtp is properly installed
Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#9: Oct 12 '07

re: how to send sms through asp.net


Quote:

Originally Posted by cmrhema

Hello shashi
Coming back after a long time.
Actually we are having a sms server. can you let me know how to configure it or provide the links for the same

regards
cmrhema

That would be server specific i think.
Do you have access to their manual or technical helpline?

I was about to be given a module to be done in that way, but guess the company ran out of time. So never happened, and I didnt get to play with it.

Check this site..They provide a sms server, so you have to configure for their serevr, the same would apply for yours.

cheers
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#10: Oct 12 '07

re: how to send sms through asp.net


Quote:

Originally Posted by Shashi Sadasivan

That would be server specific i think.
Do you have access to their manual or technical helpline?

I was about to be given a module to be done in that way, but guess the company ran out of time. So never happened, and I didnt get to play with it.

Check this site..They provide a sms server, so you have to configure for their serevr, the same would apply for yours.

cheers

Thanks Shashi for the reply
Infact we are having our own server. I think you are asking me to download their server(which i have to buy). But we are having our own server and our own modem. Now I want to configure the modem and create a sms server to send messages.
Do you get me?
Any idea about that.
Regards
cmrhema
Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#11: Oct 12 '07

re: how to send sms through asp.net


Quote:

Originally Posted by cmrhema

Thanks Shashi for the reply
Infact we are having our own server. I think you are asking me to download their server(which i have to buy). But we are having our own server and our own modem. Now I want to configure the modem and create a sms server to send messages.
Do you get me?
Any idea about that.
Regards
cmrhema

Hello,
Well, what I meant was that the serer whose link I sent, gave their implementation of how to use it, so your sms server would have its own implementation. Do you know what sort of sms server you are using, whom did you purchase it from...etc

cheers
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#12: Oct 12 '07

re: how to send sms through asp.net


Quote:

Originally Posted by Shashi Sadasivan

Hello,
Well, what I meant was that the serer whose link I sent, gave their implementation of how to use it, so your sms server would have its own implementation. Do you know what sort of sms server you are using, whom did you purchase it from...etc

cheers

We are having IBM server. High end server and the modem is Siemens

What direction shall I proceed now


regards
Hema
Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#13: Oct 12 '07

re: how to send sms through asp.net


Hi,
I'll presume the Siemens modem is a GSM Modem

Try searching for sending sms's using gsm modem
I found quite a few links,
have a look at this one

cheers
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#14: Oct 12 '07

re: how to send sms through asp.net


Quote:

Originally Posted by Shashi Sadasivan

Hi,
I'll presume the Siemens modem is a GSM Modem

Try searching for sending sms's using gsm modem
I found quite a few links,
have a look at this one

cheers

Exactly true it is indeed a GSM Modem
I did look at the link. They refer to the web service provider which is very very slow.
Any other idea
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#15: Oct 18 '07

re: how to send sms through asp.net


Quote:

Originally Posted by Shashi Sadasivan

Hi,
I'll presume the Siemens modem is a GSM Modem

Try searching for sending sms's using gsm modem
I found quite a few links,
have a look at this one

cheers

Thanks Shashi. It works.
One more question Have u tried it out in your application, because I am slightly going to modify it. And I am facing trivial problems.
Shashi Sadasivan's Avatar
Moderator
 
Join Date: Aug 2007
Location: Brisbane, Australia
Posts: 1,414
#16: Oct 18 '07

re: how to send sms through asp.net


Quote:

Originally Posted by cmrhema

Thanks Shashi. It works.
One more question Have u tried it out in your application, because I am slightly going to modify it. And I am facing trivial problems.

Hi,
Nah, as i said that was a future requirement which did not get started sue to time restrictions.
All i was made aware of was abt the existance of the sms servers / gsm modems, and thats how i had the idea about it.
Needs Regular Fix
 
Join Date: Jan 2007
Posts: 371
#17: Apr 26 '08

re: how to send sms through asp.net


Quote:

Originally Posted by Shashi Sadasivan

Hi,
Nah, as i said that was a future requirement which did not get started sue to time restrictions.
All i was made aware of was abt the existance of the sms servers / gsm modems, and thats how i had the idea about it.

I have tried out in sending sms in GSM MODEM.
Now I want to send through GPRS

Kindly let me know of any free software available
regards
cmrhema
Reply