|
 |
asp_web_howto thread: How to send SMS messages from ASP
Message #1 by "nick" <nick@i...> on Tue, 28 Aug 2001 13:28:29
|
|
How can i send SMS messages to mobile phones as can be done on sites like
Lycos and Breathe?
Thanks in advance,
Nick
Message #2 by "Craig Flannigan" <ckf@k...> on Tue, 28 Aug 2001 13:33:13 +0100
|
|
You'll need a SMTP to SMS Gateway.
This then passes on your messages, although I've yet to find a decent free
gateway!
-----Original Message-----
From: nick [mailto:nick@i...]
Sent: Tuesday 28 August 2001 13:28
To: ASP Web HowTo
Subject: [asp_web_howto] How to send SMS messages from ASP
How can i send SMS messages to mobile phones as can be done on sites like
Lycos and Breathe?
Thanks in advance,
Nick
Message #3 by =?iso-8859-1?q?Himanshu=20Chaudhari?= <himanshuchaudhari@y...> on Tue, 28 Aug 2001 13:35:09 +0100 (BST)
|
|
you have to first take interface from a SMSC and then
implement its url.
himanshu
--- nick <nick@i...> wrote: > How can
i send SMS messages to mobile phones as can
> be done on sites like
> Lycos and Breathe?
>
> Thanks in advance,
>
> Nick
Message #4 by "nick" <nick@i...> on Tue, 28 Aug 2001 13:49:01
|
|
Can anyone recommend /name some SMS Gateway's (both free services and paid
for services)
thanks.
> You'll need a SMTP to SMS Gateway.
>
> This then passes on your messages, although I've yet to find a decent
free
> gateway!
>
>
> -----Original Message-----
> From: nick [mailto:nick@i...]
> Sent: Tuesday 28 August 2001 13:28
> To: ASP Web HowTo
> Subject: [asp_web_howto] How to send SMS messages from ASP
>
>
> How can i send SMS messages to mobile phones as can be done on sites like
> Lycos and Breathe?
>
> Thanks in advance,
>
> Nick
Message #5 by <sstefe@y...> on Wed, 29 Aug 2001 03:04:33 -0700 (PDT)
|
|
please try aspsms.com or asp2sms but they are not
free. You have to pay for each sms sent.
--- nick <nick@i...> wrote:
> Can anyone recommend /name some SMS Gateway's (both
> free services and paid
> for services)
>
> thanks.
>
>
> > You'll need a SMTP to SMS Gateway.
> >
> > This then passes on your messages, although I've
> yet to find a decent
> free
> > gateway!
> >
> >
> > -----Original Message-----
> > From: nick [mailto:nick@i...]
> > Sent: Tuesday 28 August 2001 13:28
> > To: ASP Web HowTo
> > Subject: [asp_web_howto] How to send SMS messages
> from ASP
> >
> >
> > How can i send SMS messages to mobile phones as
> can be done on sites like
> > Lycos and Breathe?
> >
> > Thanks in advance,
> >
> > Nick
>
>
Message #6 by "Vincent Vandermeeren" <vincent@v...> on Fri, 31 Aug 2001 09:26:06 +0200
|
|
Does anyone has any idee where I can find a free sms gateway ??
Thanks,
vinnie
----- Original Message -----
From: "Craig Flannigan" <ckf@k...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Tuesday, August 28, 2001 2:33 PM
Subject: [asp_web_howto] RE: How to send SMS messages from ASP
> You'll need a SMTP to SMS Gateway.
>
> This then passes on your messages, although I've yet to find a decent free
> gateway!
>
>
> -----Original Message-----
> From: nick [mailto:nick@i...]
> Sent: Tuesday 28 August 2001 13:28
> To: ASP Web HowTo
> Subject: [asp_web_howto] How to send SMS messages from ASP
>
>
> How can i send SMS messages to mobile phones as can be done on sites like
> Lycos and Breathe?
>
> Thanks in advance,
>
> Nick
>
>
Message #7 by "Craig Flannigan" <ckf@k...> on Fri, 31 Aug 2001 11:03:44 +0100
|
|
There are two ways to do it depending on how you want to send the message:
You can either send it by SMTP to a SMS gateway
- OR -
you can send it via a GSM modem connected to your server. If you choose to
do it this way, check out www.asp2sms.com
I've not found a free one yet
Craig
-----Original Message-----
From: Vincent Vandermeeren [mailto:vincent@v...]
Sent: Friday 31 August 2001 08:26
To: ASP Web HowTo
Subject: [asp_web_howto] RE: How to send SMS messages from ASP
Does anyone has any idee where I can find a free sms gateway ??
Thanks,
vinnie
----- Original Message -----
From: "Craig Flannigan" <ckf@k...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Tuesday, August 28, 2001 2:33 PM
Subject: [asp_web_howto] RE: How to send SMS messages from ASP
> You'll need a SMTP to SMS Gateway.
>
> This then passes on your messages, although I've yet to find a decent free
> gateway!
>
>
> -----Original Message-----
> From: nick [mailto:nick@i...]
> Sent: Tuesday 28 August 2001 13:28
> To: ASP Web HowTo
> Subject: [asp_web_howto] How to send SMS messages from ASP
>
>
> How can i send SMS messages to mobile phones as can be done on sites like
> Lycos and Breathe?
>
> Thanks in advance,
>
> Nick
>
>
|
|
 |