Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends
I am creating a c# windows application for school management system. in that i intended to send student daily attendance details to their parents and also occationally i want to send sms to parnets,teacher,and office staff. for example student mark must sent after completion of exam. which way is better to send sms for this application. please refer me which one is better ?
Posted
Comments
bbirajdar 7-Sep-12 4:56am    
Sending the SMS using a wireless service seems to be better at the moment...
baskaran chellasamy 7-Sep-12 5:01am    
ok.which one is better whether gsm modem, or third party api,sms gateway? suppose i want to use windows application that mean it is not in online.
Thank you
bbirajdar 7-Sep-12 6:00am    
Since your app is not connencted to the internet, a GSM modem is the best choice in this scenario.....
Shaunak De 7-Sep-12 5:30am    
I would say gateway. The maintenance of a modem combined with changing telecom policy is a problem

1 solution

The way2sms API would be the best IMO. Given that the restrictions mean that each SIM can only send 200 messages, the gateway looks like a much better option. To add to it you have a choice of gateways.


Here is a link to a C# tutorial: http://codeglobe.blogspot.in/2010/02/way2sms-send-sms-c-code.html[^]
 
Share this answer
 
v2

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