views:

24

answers:

3

Hi guys,

I would like to know the process and service providers who will enable me to send the validation text to users mobile in order to verify the user.

I have seen validation text from facebook that it sends to its users whenever validation is needed.

I would like to build similar system

A: 

How to send sms to mobile from tomcatserver using java code ...

http://www.nowsms.com/discus/messages/1/24573.html

How to Send SMS using Java Program (full code sample included)

http://www.java-samples.com/showtutorial.php?tutorialid=22

i Think These will you to send code via sms to your mobile phone using steps given that link

ratty
+1  A: 

First of all, you need to find a suitable SMS gateway provider.

Now if you were able to find one that suits you (price, network coverage, etc), they usually provide various examples how to use their messaging APIs and sometimes even provide helpful code snippets and tutorials on their own website.

There are also bunch of high-level open source projects available in different languages and providers, but as there's no language currently specified, I'm not going to list these here...

plaes
hm... so sms gateway provider is my starting point...
KoolKabin
Ah.. forgot, there's also possibility to hook up your own phone and send SMS from there (although, this is only suitable for low volume of messages).
plaes
A: 

Here's a simple example specifically for phone verification using PHP and Twilio (where I work)

John Sheehan
thnx it was gr8 helpful... well now i am wondering about sms gateway or some account like twilo with low rate
KoolKabin