Hi all!
i'm an italian young boy of 18 years old studing Java2 at school....
I want to do a programm in java that i can use to connect to internet into the url site to send sms..
can someone help me???
Printable View
Hi all!
i'm an italian young boy of 18 years old studing Java2 at school....
I want to do a programm in java that i can use to connect to internet into the url site to send sms..
can someone help me???
Hi,
have a look at the following thread for connecting to the internet
via Java
http://forums.devx.com/showthread.ph...hreadid=135469
However the easiest way of sending SMS is via a SMS provider such as ww.2SMS.com . They receive inputs in various ways, the easiest being email / SMTP via the JavaMail API.
Hope this helps.
Graham