473,394 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

how to send sms through asp.net

375 256MB
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
Sep 20 '07 #1
16 1675
Shashi Sadasivan
1,435 Expert 1GB
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
Sep 20 '07 #2
ammoos
100 100+
Check this link

SendingSMS
Sep 20 '07 #3
cmrhema
375 256MB
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
Sep 20 '07 #4
Shashi Sadasivan
1,435 Expert 1GB
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
Sep 20 '07 #5
cmrhema
375 256MB
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
Oct 11 '07 #6
nirmalsingh
218 100+
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.
Oct 11 '07 #7
cmrhema
375 256MB
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
Oct 11 '07 #8
Shashi Sadasivan
1,435 Expert 1GB
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
Oct 12 '07 #9
cmrhema
375 256MB
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
Oct 12 '07 #10
Shashi Sadasivan
1,435 Expert 1GB
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
Oct 12 '07 #11
cmrhema
375 256MB
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
Oct 12 '07 #12
Shashi Sadasivan
1,435 Expert 1GB
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
Oct 12 '07 #13
cmrhema
375 256MB
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
Oct 12 '07 #14
cmrhema
375 256MB
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.
Oct 18 '07 #15
Shashi Sadasivan
1,435 Expert 1GB
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.
Oct 18 '07 #16
cmrhema
375 256MB
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
Apr 26 '08 #17

Sign in to post your reply or Sign up for a free account.

Similar topics

15
by: Steve Horrillo | last post by:
I can't figure out why this script won't insert the subject in the email and why can't I control the font and size being used? I'm not sure where to post this. Let me know where if this is OT. ...
0
by: zhimin | last post by:
Hi, I'm writing a program to send large file(100m) through dotnet using TCPListener & TCPClient, I'm sending the file with a ask and response loop: 1. Client send a flag 1 to server indicate it...
6
by: John J. Hughes II | last post by:
I have a service that needs to send e-mail alerts. I have been attempting to use the System.Net.Mail function from .NET but this seems to require the IIS be installed and running. Since some of...
13
by: Manfred Braun | last post by:
Hi All, I am trying to understand the blocking method socket.Send(). The call blocks as expected, but does this mean, it returnes after the underlying TCP layer got a confirmation, that the send...
3
by: Gerard | last post by:
Hello I have created a windows service to monitor a database, it starts some checks when a timer elapses. The checks send emails depending on their findings. My issue is that when I created a...
14
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
3
by: ultr | last post by:
Hello, I have read that send() may not send whole message and returns the nuber of bytes sent, so that we can handle the rest of the message. Is it true, because i have tested sending even 1MB...
11
by: hazz | last post by:
smtpClient.Send(message) is causing me problems as per specifics in the trace below. Email is sent but not without this error typically upon sending the second email, but sometimes when running...
15
by: cj | last post by:
How can I get a button in VB to send the contents of a text box via email in a manner similar to the "Send To\Mail Recipient" functionality that you can select via right clicking a file in Windows...
4
by: =?Utf-8?B?dHBhcmtzNjk=?= | last post by:
I have a web page that at the click of a button must send a bunch (1000+) emails. Each email is sent individually. I have the code working fine, using Mail Message classes and smtp and all that. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.