Hi Friends,
I am developing an office management system, here i need to send SMS to few selected people on 8 PM in daily basis.
Here the requirment is the system should send SMS exactly on 8 PM by iteslf. How can i do this.
Thanks in advance
Rajath
Loading
Naveen VermaPosted Oct 23, 2010, 8:45 AM
develop a message,
add CC fields to it(The selected people you want).
Get the System time by the System.DateTime(),
Make a code to call the send event at the time 8 PM.
With best of luck,Naveen Verma
Alka SainiPosted Oct 22, 2010, 7:08 AM