Is it possible to send SMS using Java?

Hello!

I am an Italian student who studies Computer Science at Pisa University, and I am developing some projects in Java using Java 2 Standard Edition (J2SE) and Java 2 Micro Edition (J2ME, for MIDP 1.0 compliant devices). I need to know if there are some Java API

(for J2SE and J2ME) to send SMS to a mobile phone. I know JavaMail API but it doesn't let me to send SMS to a mobile phone but only e-mail.

How can I do to send SMS to a mobile phone? Which steps must I follow?

Is there someone who can help me?

Thank you very much in advance!!

Luca

[599 byte] By [ventural] at [2007-9-26 1:17:59]
# 1
http://forum.java.sun.com/thread.jsp?forum=31&thread=57516these guys maybe doing it
mchan0 at 2007-6-29 0:48:23 > top of Java-index,Archived Forums,Java Programming...
# 2

Hi there

I had to write an SMTP application. And in doing so I realised when I tested it that it could also send SMS. All you have to do is find the newest RFC paper available, and follow the protocol it also gives the correct errors that you have to cater for, and the differant answer and response that should happen between communications. You must also find out from the cell service provider what their affix of the mail address is after the "@" sign. And do they cater for receiving SMS from e-mails.

Caio

Chardenay at 2007-6-29 0:48:23 > top of Java-index,Archived Forums,Java Programming...
# 3
http://forum.java.sun.com/thread.jsp?forum=43&thread=149291
mchan0 at 2007-6-29 0:48:23 > top of Java-index,Archived Forums,Java Programming...