sending an SMS from C++ application

Associate
Joined
22 Nov 2005
Posts
319
Location
Alnwick, Northumberland
Ive spent hours trying to find a solution, but im having no luck. Does anyone know how to send an sms to a mobile from a pc, in C++..NOT VB, C# or ASP.net (as most of the solutions are on google). Im not bothered whether it is sent over a webservice - ideally one that is free, or through AT commands.

I currently have one project which sends AT commands through the COM port - but this merely just stores the message, i want a solution which will actually send it to the phone, and an alert is shown when the recipient recieves the message.

Anyone got any ideas? Ideally i would like to send it via socket or SMTP as ive seen examples of using [email protected] but i dont no the carrier so this method does not work.

HELP!!
 
You'll need to get aquanted with SMPP :) Plenty of C++ SMPP libraries out there. You'll also need a SMPP provider.
 
Back
Top Bottom