Email Notification
-
I have to develop and email notification system, all the employees will keep their TO DO list in Sql server and an email notification will be fire to them before some specific perioud of every Job to do ... Kindly tell me pacakages n libs used for this work.**
R A M
**
-
I have to develop and email notification system, all the employees will keep their TO DO list in Sql server and an email notification will be fire to them before some specific perioud of every Job to do ... Kindly tell me pacakages n libs used for this work.**
R A M
**
Hi, Better you create a seperate visual basic application and make an exe for that application, and add that exe to schedule task Thanks Warm Regards Prakash-B
-
Hi, Better you create a seperate visual basic application and make an exe for that application, and add that exe to schedule task Thanks Warm Regards Prakash-B
Prakash, using schedule task is better when we have to run only one executable. But there may be more than 1 emails to be sent by my application**
R A M
**
-
Prakash, using schedule task is better when we have to run only one executable. But there may be more than 1 emails to be sent by my application**
R A M
**
Hi, can you explain me how you are getting the mailing list. My opinion is get a mailing list count and use for loop to send a mail. I think you might get the clue. Thanks Warm Regards Prakash-B
-
Hi, can you explain me how you are getting the mailing list. My opinion is get a mailing list count and use for loop to send a mail. I think you might get the clue. Thanks Warm Regards Prakash-B
that is not what u r saying .. i will get email list from DB but i dont have to send all the emails at once. but every email will be sent after a specific period(defind by user previously in db)**
R A M
**
-
that is not what u r saying .. i will get email list from DB but i dont have to send all the emails at once. but every email will be sent after a specific period(defind by user previously in db)**
R A M
**
Hi, Can you explaim me detailed procedure for send email (mean that how u will get list , which time you want to send mail) so that i can try with my best. Thanks Warm Regards Prakash-B
-
Hi, Can you explaim me detailed procedure for send email (mean that how u will get list , which time you want to send mail) so that i can try with my best. Thanks Warm Regards Prakash-B
The time of notification is not known infact user save it in database, u r interpreting the problem wrong. Infact i have to make some type of service that would continuously listen to the db.**
R A M
**
-
I have to develop and email notification system, all the employees will keep their TO DO list in Sql server and an email notification will be fire to them before some specific perioud of every Job to do ... Kindly tell me pacakages n libs used for this work.**
R A M
**
How about writing a service that polls the database? Sending email is trivial, look for the System.Web.Mail namespace. Regards Senthil _____________________________ My Blog | My Articles | WinMacro