How to send sms using c++

Banned
30Oct2011,01:49   #1
sura's Avatar
hi guys ,Here i am trying a program about encoding my question is if someone gives the password wrong for 3 times then i want to send an SMS to the user mobile ..........
can someone tell how to do that through c++
Contributor
30Oct2011,02:31   #2
Alex.Gabriel's Avatar
Best way is to lock the account then send email to account holder email address then keep it locked untill some security steps are made. (e.g. secret answer to a secret question). sms is sent through a mobile carrier and i dont think that you want to pay for all forgotten passwords/ hacking atempts. if you want i can make and integrate a login system with what features you want with php.
Banned
30Oct2011,19:38   #3
sura's Avatar
how you send an email through c++?
could you mind creating a login system that can send sms to user mobile when it is hacked in php for me ....
Mentor
31Oct2011,04:31   #4
xpi0t0s's Avatar
What facility do you have on your computer for sending SMS's? The manufacturer's software development kit documentation will tell you how to use it. Or do you plan to send SMS's some other way, e.g. over the internet somehow, and if so, how exactly?