-
How to send text messages from Java to cell phones?? (4 messages)
- Posted by: Raffi Basmajian
- Posted on: February 26 2004 15:06 EST
Is there any method for sending plain text messages to a cell phone using any of the Java APIs?Threaded Messages (4)
- email by Carter Rabasa on February 26 2004 16:39 EST
- AWESOME! by Raffi Basmajian on February 27 2004 10:20 EST
-
Question by Kyle Douglas on March 01 2004 04:19 EST
- Question by Jerson Chua on March 01 2004 05:20 EST
-
Question by Kyle Douglas on March 01 2004 04:19 EST
- AWESOME! by Raffi Basmajian on February 27 2004 10:20 EST
-
email[ Go to top ]
- Posted by: Carter Rabasa
- Posted on: February 26 2004 16:39 EST
- in response to Raffi Basmajian
The simplest way to do this is to send an email to the subscriber.
Ex: 2025555555 at mobile dot att dot net
This, of course, requires you to know the email suffix for all of the potential carriers you plan on SMS'ing.
The "real" way to do this is to use a custom API to connect to the carrier's SMS Center and send the message. This, however, requires permission and access on behalf of the carrier.
Hope this helps,
Carter -
AWESOME![ Go to top ]
- Posted by: Raffi Basmajian
- Posted on: February 27 2004 10:20 EST
- in response to Carter Rabasa
That's so damn easy! I never knew you can do that! I just tested it on my AT&T phone and it worked!
thanks!
Raffi -
Question[ Go to top ]
- Posted by: Kyle Douglas
- Posted on: March 01 2004 16:19 EST
- in response to Raffi Basmajian
can u send files like midi files for ringtones and stuff? -
Question[ Go to top ]
- Posted by: Jerson Chua
- Posted on: March 01 2004 17:20 EST
- in response to Kyle Douglas
No, SMS doesn't support file attachment.