RE: sending SMS messages

2002-11-09 Thread moonie
Which class was that?

Do you have an URL?

Best regards,

Lars Nielsen Lind



-- Original Message --
Reply-To: Tomcat Users List [EMAIL PROTECTED]
From: neal [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: sending SMS messages
Date: Fri, 8 Nov 2002 00:03:23 -0800


Does anyone know how to send an SMS message from a java website?  I want
my
site to send a txt msg to my cell phone whenever a major error occurs.
 The
only cods I've found thus far discuss sending an SMS using a class in the
J2ME.  Is there a class in std JDK or J2EE that can do this?  Or, is it
possible to install J2ME on a webserver, as a compliment to JDK?

Thanks.
Neal


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread Sexton, George
Usually, you just send an Email to a magic address. For example, with
Verizon you send a message to:

[EMAIL PROTECTED]

where 8885551212 is the phone number of the hand set.

The message will be truncated to 160 characters for my service. You can do
SMS/TAP using a modem, but it's a lot more work.

George Sexton
MH Software, Inc.
Home of Connect Daily Web Calendar Software
http://www.mhsoftware.com/connectdaily.htm
Voice: 303 438 9585


-Original Message-
From: neal [mailto:nealcabage;yahoo.com]
Sent: 08 November, 2002 1:03 AM
To: Tomcat Users List
Subject: sending SMS messages


Does anyone know how to send an SMS message from a java website?  I want my
site to send a txt msg to my cell phone whenever a major error occurs.  The
only cods I've found thus far discuss sending an SMS using a class in the
J2ME.  Is there a class in std JDK or J2EE that can do this?  Or, is it
possible to install J2ME on a webserver, as a compliment to JDK?

Thanks.
Neal


--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread Turner, John

That's exactly how it works for me, as well.

Alternatives might be something like the SimpleWire Java SDK, but I think
you have to pay for the service:

http://www.simplewire.com/developers/sdk/java/

John


 -Original Message-
 From: Sexton, George [mailto:gsexton;mhsoftware.com]
 Sent: Friday, November 08, 2002 3:09 PM
 To: Tomcat Users List
 Subject: RE: sending SMS messages
 
 
 Usually, you just send an Email to a magic address. For example, with
 Verizon you send a message to:
 
 [EMAIL PROTECTED]
 
 where 8885551212 is the phone number of the hand set.
 
 The message will be truncated to 160 characters for my 
 service. You can do
 SMS/TAP using a modem, but it's a lot more work.
 
 George Sexton
 MH Software, Inc.
 Home of Connect Daily Web Calendar Software
 http://www.mhsoftware.com/connectdaily.htm
 Voice: 303 438 9585
 
 
 -Original Message-
 From: neal [mailto:nealcabage;yahoo.com]
 Sent: 08 November, 2002 1:03 AM
 To: Tomcat Users List
 Subject: sending SMS messages
 
 
 Does anyone know how to send an SMS message from a java 
 website?  I want my
 site to send a txt msg to my cell phone whenever a major 
 error occurs.  The
 only cods I've found thus far discuss sending an SMS using a 
 class in the
 J2ME.  Is there a class in std JDK or J2EE that can do this?  
 Or, is it
 possible to install J2ME on a webserver, as a compliment to JDK?
 
 Thanks.
 Neal
 
 
 --
 To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 
 --
 To unsubscribe, e-mail:   
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread neal
Really?  That simple huh?  Cool!

Thanks.
Neal

-Original Message-
From: Turner, John [mailto:JTurner;AAS.com]
Sent: Friday, November 08, 2002 12:12 PM
To: 'Tomcat Users List'
Subject: RE: sending SMS messages



That's exactly how it works for me, as well.

Alternatives might be something like the SimpleWire Java SDK, but I think
you have to pay for the service:

http://www.simplewire.com/developers/sdk/java/

John


 -Original Message-
 From: Sexton, George [mailto:gsexton;mhsoftware.com]
 Sent: Friday, November 08, 2002 3:09 PM
 To: Tomcat Users List
 Subject: RE: sending SMS messages


 Usually, you just send an Email to a magic address. For example, with
 Verizon you send a message to:

 [EMAIL PROTECTED]

 where 8885551212 is the phone number of the hand set.

 The message will be truncated to 160 characters for my
 service. You can do
 SMS/TAP using a modem, but it's a lot more work.

 George Sexton
 MH Software, Inc.
 Home of Connect Daily Web Calendar Software
 http://www.mhsoftware.com/connectdaily.htm
 Voice: 303 438 9585


 -Original Message-
 From: neal [mailto:nealcabage;yahoo.com]
 Sent: 08 November, 2002 1:03 AM
 To: Tomcat Users List
 Subject: sending SMS messages


 Does anyone know how to send an SMS message from a java
 website?  I want my
 site to send a txt msg to my cell phone whenever a major
 error occurs.  The
 only cods I've found thus far discuss sending an SMS using a
 class in the
 J2ME.  Is there a class in std JDK or J2EE that can do this?
 Or, is it
 possible to install J2ME on a webserver, as a compliment to JDK?

 Thanks.
 Neal


 --
 To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org


 --
 To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread Sexton, George
You'll have to go to Sprint's web site and poke around. It took me a while
to figure out verizon, and then they change it around every now and again.

-Original Message-
From: micael [mailto:caraunltd;harbornet.com]
Sent: 08 November, 2002 2:40 PM
To: Tomcat Users List
Subject: RE: sending SMS messages


Does this work the same with Sprint, etc.?


At 12:29 AM 11/8/2002 -0800, you wrote:
Really?  That simple huh?  Cool!

Thanks.
Neal

-Original Message-
From: Turner, John [mailto:JTurner;AAS.com]
Sent: Friday, November 08, 2002 12:12 PM
To: 'Tomcat Users List'
Subject: RE: sending SMS messages



That's exactly how it works for me, as well.

Alternatives might be something like the SimpleWire Java SDK, but I think
you have to pay for the service:

http://www.simplewire.com/developers/sdk/java/

John


  -Original Message-
  From: Sexton, George [mailto:gsexton;mhsoftware.com]
  Sent: Friday, November 08, 2002 3:09 PM
  To: Tomcat Users List
  Subject: RE: sending SMS messages
 
 
  Usually, you just send an Email to a magic address. For example, with
  Verizon you send a message to:
 
  [EMAIL PROTECTED]
 
  where 8885551212 is the phone number of the hand set.
 
  The message will be truncated to 160 characters for my
  service. You can do
  SMS/TAP using a modem, but it's a lot more work.
 
  George Sexton
  MH Software, Inc.
  Home of Connect Daily Web Calendar Software
  http://www.mhsoftware.com/connectdaily.htm
  Voice: 303 438 9585
 
 
  -Original Message-
  From: neal [mailto:nealcabage;yahoo.com]
  Sent: 08 November, 2002 1:03 AM
  To: Tomcat Users List
  Subject: sending SMS messages
 
 
  Does anyone know how to send an SMS message from a java
  website?  I want my
  site to send a txt msg to my cell phone whenever a major
  error occurs.  The
  only cods I've found thus far discuss sending an SMS using a
  class in the
  J2ME.  Is there a class in std JDK or J2EE that can do this?
  Or, is it
  possible to install J2ME on a webserver, as a compliment to JDK?
 
  Thanks.
  Neal
 
 
  --
  To unsubscribe, e-mail:
  mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
 
 
  --
  To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

Micael

---

This electronic mail  transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged.  This information is intended only for the use of the
individual or entity to whom this electronic mail transmission was sent as
indicated above. If you are not the intended recipient, any disclosure,
copying, distribution, or action taken in reliance on the contents of the
information contained in this transmission is strictly prohibited.  If you
have received this transmission in error, please delete the message.  Thank
you



--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread Turner, John

It used to.  I've used Sprint, Nextel, Verizon, ATT, and VoiceStream over
the years that way.

You should be able to find out for sure on their website.   Sometimes they
use a different domain name.  The website might be sprint.com or whatever,
but the SMS gateway might be sprint.net or something similar.  In addition,
some gateways expect a 1 at the beginning of the number, some don't, you
have to experiment.

If your phone gets alphanumeric pages, it should get email via SMS at
[EMAIL PROTECTED] or something similar.

John


 -Original Message-
 From: micael [mailto:caraunltd;harbornet.com]
 Sent: Friday, November 08, 2002 4:40 PM
 To: Tomcat Users List
 Subject: RE: sending SMS messages
 
 
 Does this work the same with Sprint, etc.?
 
 
 At 12:29 AM 11/8/2002 -0800, you wrote:
 Really?  That simple huh?  Cool!
 
 Thanks.
 Neal
 
 -Original Message-
 From: Turner, John [mailto:JTurner;AAS.com]
 Sent: Friday, November 08, 2002 12:12 PM
 To: 'Tomcat Users List'
 Subject: RE: sending SMS messages
 
 
 
 That's exactly how it works for me, as well.
 
 Alternatives might be something like the SimpleWire Java 
 SDK, but I think
 you have to pay for the service:
 
 http://www.simplewire.com/developers/sdk/java/
 
 John
 
 
   -Original Message-
   From: Sexton, George [mailto:gsexton;mhsoftware.com]
   Sent: Friday, November 08, 2002 3:09 PM
   To: Tomcat Users List
   Subject: RE: sending SMS messages
  
  
   Usually, you just send an Email to a magic address. For 
 example, with
   Verizon you send a message to:
  
   [EMAIL PROTECTED]
  
   where 8885551212 is the phone number of the hand set.
  
   The message will be truncated to 160 characters for my
   service. You can do
   SMS/TAP using a modem, but it's a lot more work.
  
   George Sexton
   MH Software, Inc.
   Home of Connect Daily Web Calendar Software
   http://www.mhsoftware.com/connectdaily.htm
   Voice: 303 438 9585
  
  
   -Original Message-
   From: neal [mailto:nealcabage;yahoo.com]
   Sent: 08 November, 2002 1:03 AM
   To: Tomcat Users List
   Subject: sending SMS messages
  
  
   Does anyone know how to send an SMS message from a java
   website?  I want my
   site to send a txt msg to my cell phone whenever a major
   error occurs.  The
   only cods I've found thus far discuss sending an SMS using a
   class in the
   J2ME.  Is there a class in std JDK or J2EE that can do this?
   Or, is it
   possible to install J2ME on a webserver, as a compliment to JDK?
  
   Thanks.
   Neal
  
  
   --
   To unsubscribe, e-mail:
   mailto:tomcat-user-unsubscribe;jakarta.apache.org
   For additional commands, e-mail:
   mailto:tomcat-user-help;jakarta.apache.org
  
  
   --
   To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 --
 To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org
 
 
 --
 To unsubscribe, e-mail:   
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank
you 



--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread micael
Attached is an html page with the most popular phones, prices, etc. for 
this technology.

At 01:39 PM 11/8/2002 -0800, you wrote:
Does this work the same with Sprint, etc.?


At 12:29 AM 11/8/2002 -0800, you wrote:

Really?  That simple huh?  Cool!

Thanks.
Neal

-Original Message-
From: Turner, John [mailto:JTurner;AAS.com]
Sent: Friday, November 08, 2002 12:12 PM
To: 'Tomcat Users List'
Subject: RE: sending SMS messages



That's exactly how it works for me, as well.

Alternatives might be something like the SimpleWire Java SDK, but I think
you have to pay for the service:

http://www.simplewire.com/developers/sdk/java/

John


 -Original Message-
 From: Sexton, George [mailto:gsexton;mhsoftware.com]
 Sent: Friday, November 08, 2002 3:09 PM
 To: Tomcat Users List
 Subject: RE: sending SMS messages


 Usually, you just send an Email to a magic address. For example, with
 Verizon you send a message to:

 [EMAIL PROTECTED]

 where 8885551212 is the phone number of the hand set.

 The message will be truncated to 160 characters for my
 service. You can do
 SMS/TAP using a modem, but it's a lot more work.

 George Sexton
 MH Software, Inc.
 Home of Connect Daily Web Calendar Software
 http://www.mhsoftware.com/connectdaily.htm
 Voice: 303 438 9585


 -Original Message-
 From: neal [mailto:nealcabage;yahoo.com]
 Sent: 08 November, 2002 1:03 AM
 To: Tomcat Users List
 Subject: sending SMS messages


 Does anyone know how to send an SMS message from a java
 website?  I want my
 site to send a txt msg to my cell phone whenever a major
 error occurs.  The
 only cods I've found thus far discuss sending an SMS using a
 class in the
 J2ME.  Is there a class in std JDK or J2EE that can do this?
 Or, is it
 possible to install J2ME on a webserver, as a compliment to JDK?

 Thanks.
 Neal


 --
 To unsubscribe, e-mail:
 mailto:tomcat-user-unsubscribe;jakarta.apache.org
 For additional commands, e-mail:
 mailto:tomcat-user-help;jakarta.apache.org


 --
 To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the 
message.  Thank you


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank you 
--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


RE: sending SMS messages

2002-11-08 Thread neal
Kickass - it works!  :)

for anyone using cingular out there ... the format for a msg to cingular is:

1[your 10 digit phone number]@mobile.mycingular.com

..and there's a 160 char limit on the messages.

Cheers.
Neal


-Original Message-
From: micael [mailto:caraunltd;harbornet.com]
Sent: Friday, November 08, 2002 2:21 PM
To: Tomcat Users List
Subject: RE: sending SMS messages


Attached is an html page with the most popular phones, prices, etc. for
this technology.

At 01:39 PM 11/8/2002 -0800, you wrote:
Does this work the same with Sprint, etc.?


At 12:29 AM 11/8/2002 -0800, you wrote:
Really?  That simple huh?  Cool!

Thanks.
Neal

-Original Message-
From: Turner, John [mailto:JTurner;AAS.com]
Sent: Friday, November 08, 2002 12:12 PM
To: 'Tomcat Users List'
Subject: RE: sending SMS messages



That's exactly how it works for me, as well.

Alternatives might be something like the SimpleWire Java SDK, but I think
you have to pay for the service:

http://www.simplewire.com/developers/sdk/java/

John


  -Original Message-
  From: Sexton, George [mailto:gsexton;mhsoftware.com]
  Sent: Friday, November 08, 2002 3:09 PM
  To: Tomcat Users List
  Subject: RE: sending SMS messages
 
 
  Usually, you just send an Email to a magic address. For example, with
  Verizon you send a message to:
 
  [EMAIL PROTECTED]
 
  where 8885551212 is the phone number of the hand set.
 
  The message will be truncated to 160 characters for my
  service. You can do
  SMS/TAP using a modem, but it's a lot more work.
 
  George Sexton
  MH Software, Inc.
  Home of Connect Daily Web Calendar Software
  http://www.mhsoftware.com/connectdaily.htm
  Voice: 303 438 9585
 
 
  -Original Message-
  From: neal [mailto:nealcabage;yahoo.com]
  Sent: 08 November, 2002 1:03 AM
  To: Tomcat Users List
  Subject: sending SMS messages
 
 
  Does anyone know how to send an SMS message from a java
  website?  I want my
  site to send a txt msg to my cell phone whenever a major
  error occurs.  The
  only cods I've found thus far discuss sending an SMS using a
  class in the
  J2ME.  Is there a class in std JDK or J2EE that can do this?
  Or, is it
  possible to install J2ME on a webserver, as a compliment to JDK?
 
  Thanks.
  Neal
 
 
  --
  To unsubscribe, e-mail:
  mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
 
 
  --
  To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

Micael

---

This electronic mail  transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged.  This information is intended only for the use of the
individual or entity to whom this electronic mail transmission was sent as
indicated above. If you are not the intended recipient, any disclosure,
copying, distribution, or action taken in reliance on the contents of the
information contained in this transmission is strictly prohibited.  If you
have received this transmission in error, please delete the
message.  Thank you


--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


Micael

---

This electronic mail  transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged.  This information is intended only for the use of the
individual or entity to whom this electronic mail transmission was sent as
indicated above. If you are not the intended recipient, any disclosure,
copying, distribution, or action taken in reliance on the contents of the
information contained in this transmission is strictly prohibited.  If you
have received this transmission in error, please delete the message.  Thank
you


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




RE: sending SMS messages

2002-11-08 Thread micael
Cool!

At 02:50 AM 11/8/2002 -0800, you wrote:

Kickass - it works!  :)

for anyone using cingular out there ... the format for a msg to cingular is:

1[your 10 digit phone number]@mobile.mycingular.com

..and there's a 160 char limit on the messages.

Cheers.
Neal


-Original Message-
From: micael [mailto:caraunltd;harbornet.com]
Sent: Friday, November 08, 2002 2:21 PM
To: Tomcat Users List
Subject: RE: sending SMS messages


Attached is an html page with the most popular phones, prices, etc. for
this technology.

At 01:39 PM 11/8/2002 -0800, you wrote:
Does this work the same with Sprint, etc.?


At 12:29 AM 11/8/2002 -0800, you wrote:
Really?  That simple huh?  Cool!

Thanks.
Neal

-Original Message-
From: Turner, John [mailto:JTurner;AAS.com]
Sent: Friday, November 08, 2002 12:12 PM
To: 'Tomcat Users List'
Subject: RE: sending SMS messages



That's exactly how it works for me, as well.

Alternatives might be something like the SimpleWire Java SDK, but I think
you have to pay for the service:

http://www.simplewire.com/developers/sdk/java/

John


  -Original Message-
  From: Sexton, George [mailto:gsexton;mhsoftware.com]
  Sent: Friday, November 08, 2002 3:09 PM
  To: Tomcat Users List
  Subject: RE: sending SMS messages
 
 
  Usually, you just send an Email to a magic address. For example, with
  Verizon you send a message to:
 
  [EMAIL PROTECTED]
 
  where 8885551212 is the phone number of the hand set.
 
  The message will be truncated to 160 characters for my
  service. You can do
  SMS/TAP using a modem, but it's a lot more work.
 
  George Sexton
  MH Software, Inc.
  Home of Connect Daily Web Calendar Software
  http://www.mhsoftware.com/connectdaily.htm
  Voice: 303 438 9585
 
 
  -Original Message-
  From: neal [mailto:nealcabage;yahoo.com]
  Sent: 08 November, 2002 1:03 AM
  To: Tomcat Users List
  Subject: sending SMS messages
 
 
  Does anyone know how to send an SMS message from a java
  website?  I want my
  site to send a txt msg to my cell phone whenever a major
  error occurs.  The
  only cods I've found thus far discuss sending an SMS using a
  class in the
  J2ME.  Is there a class in std JDK or J2EE that can do this?
  Or, is it
  possible to install J2ME on a webserver, as a compliment to JDK?
 
  Thanks.
  Neal
 
 
  --
  To unsubscribe, e-mail:
  mailto:tomcat-user-unsubscribe;jakarta.apache.org
  For additional commands, e-mail:
  mailto:tomcat-user-help;jakarta.apache.org
 
 
  --
  To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org

Micael

---

This electronic mail  transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged.  This information is intended only for the use of the
individual or entity to whom this electronic mail transmission was sent as
indicated above. If you are not the intended recipient, any disclosure,
copying, distribution, or action taken in reliance on the contents of the
information contained in this transmission is strictly prohibited.  If you
have received this transmission in error, please delete the
message.  Thank you


--
To unsubscribe, e-mail:
mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail:
mailto:tomcat-user-help;jakarta.apache.org


Micael

---

This electronic mail  transmission and any accompanying documents contain
information belonging to the sender which may be confidential and legally
privileged.  This information is intended only for the use of the
individual or entity to whom this electronic mail transmission was sent as
indicated above. If you are not the intended recipient, any disclosure,
copying, distribution, or action taken in reliance on the contents of the
information contained in this transmission is strictly prohibited.  If you
have received this transmission in error, please delete the message.  Thank
you


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org


Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any