943,525 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 10752
  • Java RSS
Mar 17th, 2004
0

Email Client, SMS, Voice command

Expand Post »
Hi all

I'm trying write an email program in java which can send an SMS when an email is recieved. However, I dont know much about this like for example, do I need to have any authorisation from a telecommunications company to do this?

Also, I want it to operate on voice command(Writing, sending emails and all).Again, I really dont know much about it and what the scope of it is. So before I start my research and everything, I'd appreciate it if anyone can give me any idea or just a point in the right direction.

Thanks in advance
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
parisa is offline Offline
1 posts
since Mar 2004
Mar 23rd, 2004
0

Re: Email Client, SMS, Voice command

About sending a message to a phone, it really depends on the provider, for example my company uses telus mobility for the company cells, telus provides a web page to send a message to any number on the network, so if I wrote a program that provided the correct post variables to the server then I could send a message from code, I think this is the sort of thing you would want to start looking at to see if it fits your needs.
Reputation Points: 12
Solved Threads: 2
Newbie Poster
Steu is offline Offline
11 posts
since Mar 2004
Mar 27th, 2004
0

Re: Email Client, SMS, Voice command

In addtion to a website that is used to send SMS to cell phones, you can incoperate this into your prgram by simpily usng email. Most service providers assign email addresses to each indivdual phone this holds true for : Cingular, Sprint, Altel, Virizon Wirless, Nextel, Virgin Mobile, and most likely others.

heres an example of sending an sms to a TDMA network enabled phone: 0008675309@message.altel.net

heres an example of sending an sms to a GSM network enabled phone:
0008675309@msg.t-mobile.net

the 0008675309 is the phone number and what ever comes after the @ is service dependant so in your program you may have the user select their service provider and do some research for what the selected values should be (like altel's is message.altel.net)

have fun, not sure if this works in other contries outside the US
Reputation Points: 28
Solved Threads: 9
Posting Whiz in Training
BountyX is offline Offline
222 posts
since Mar 2004
Apr 29th, 2004
0

Re: Email Client, SMS, Voice command

Hello!
You can send SMS messages via Java using SMProLib.
Please, take a look at http://mobiles.unipro.ru/smlib_eng.html
I have tried it and it works fine
Reputation Points: 10
Solved Threads: 0
Newbie Poster
maxim_kh is offline Offline
1 posts
since Apr 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Java Forum Timeline: Help with algorithm design
Next Thread in Java Forum Timeline: Cannot resolve symbol message appears when compiling





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC