Scheduled mail delivery
-
Dear all Can we shedule the mail sending date and time using ASP.NET, If so please reply with regards najeed
Hello, There is no direct way to send mail through ASP.net on shedule date and time. For shedule the mail sending date, you have to create a window service, put timer control inside that and check that time with your shedule time and send a mail to user. Or create one consol appliation and add that application with window scheduler and fix the time.Scheduler automatically invoke your application on given time. I think this will help you ...
-
Dear all Can we shedule the mail sending date and time using ASP.NET, If so please reply with regards najeed
Hello, There is no direct way to send mail through ASP.net on sending date and time. For shedule the mail sending date, you have to create a window service, put timer control inside that and check that time with your shedule time and send a mail to user. Or create one consol appliation and add that application with window scheduler and fix the time.Scheduler automatically invoke your application on given time. I think this will help you ...
-
Dear all Can we shedule the mail sending date and time using ASP.NET, If so please reply with regards najeed
As he said creating windows service is the the best and simple solution
-
Hello, There is no direct way to send mail through ASP.net on sending date and time. For shedule the mail sending date, you have to create a window service, put timer control inside that and check that time with your shedule time and send a mail to user. Or create one consol appliation and add that application with window scheduler and fix the time.Scheduler automatically invoke your application on given time. I think this will help you ...