Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I created one c# application module, it should send a alarm message when temperature exceed in its limit, code is working fine, now problem is how I can provide AT&T service in my C# application..


thanks,
harini
Posted

1 solution

Sending SMS using .NET[^]

With regards to AT&T, check their developer area....

Developer AT&T[^]

I couldnt see anything about C# there, Java, PHP....

Best way might be to use a webservice where you pay for texts sent.

something like this http://developer.textapp.net/Samples/Samples_Csharp.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900