How to send mail on particular time in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi friend I want to know how send to e-mail at particular time. Is web services is use for this process, if yes then how? please help me Thanks and Regards Azad yadav
-
Hi friend I want to know how send to e-mail at particular time. Is web services is use for this process, if yes then how? please help me Thanks and Regards Azad yadav
azad yadav wrote:
I want to know how send to e-mail at particular time. Is web services is use for this process, if yes then how?
If you want send Mail on Particular time, you can go for Windows Service. Which can periodically check you for status and send mail. Or even you can use SQL Server 2005 to send mail periodically.
cheers, Abhijit CodeProject MVP