Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,
I want to develope application to send automatic updates on mobile(updates will depend on time). e.g. at 1 Pm i want to send news , at 2 pm i want to send Joke to registered,
how can i achieve this...
Posted
Comments
Kim Togo 29-Apr-11 5:03am    
You what to send SMS (Text) message to mobile phones?
nitin bhoyate 29-Apr-11 5:04am    
Yes Kim i want to send SMS and EMail Both..

Windows Service!

Sample:
Simple Windows Service which sends auto Email alerts[^]

MSDN: Details about Windows Service:
Introduction to Windows Service Applications[^]

Try!
 
Share this answer
 
Comments
nitin bhoyate 29-Apr-11 5:06am    
thanks for reply..
can i use this service on my hosting server?
Sandeep Mewara 29-Apr-11 5:09am    
Yes.
nitin bhoyate 29-Apr-11 6:56am    
my hosting is shared hosting. can i host windows service application on shared hosting and How?
Sergey Alexandrovich Kryukov 29-Apr-11 5:09am    
I like this answer. This should be nothing else but Windows Service; and that sources are the closest, good to start with. My 5.
--SA
Sandeep Mewara 29-Apr-11 5:09am    
Thanks SA. :)
For sending SMS (Text) you have some options.

1. Have a GSM Modem that can send SMS (Text). Via "AT" commands you can send SMS (Text) to mobile phnes.
2. Use a service from mobile operator where you can send high volume of SMS (Text) to mobile phones.

Have a database where you store all informations.
 
Share this answer
 
Comments
nitin bhoyate 29-Apr-11 5:30am    
i have SMS API I can send SMS from by application , but i want to send SMS's automatically,
eg. my application should check SMS to be send from Database and send the SMS. just take an example of reminder you set the reminder and you get alarm on that time, just like that i want to set the message sending time for each user and send SMS to that users on specified time.. Plz help me
Kim Togo 29-Apr-11 6:26am    
Good. Then use solution from Sandeep and when you what to send an email, then send a SMS too.

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