How to have post Remainders??
-
is there a way to have a server automatically send out an email on a certain date. For example, if it was someones birthday, an email saying happy birthday would automatically be sent out. Using : ASP.Net
Dileep.M
-
is there a way to have a server automatically send out an email on a certain date. For example, if it was someones birthday, an email saying happy birthday would automatically be sent out. Using : ASP.Net
Dileep.M
Write a simple aspx page that will send a email to all users that have a birthday (based on current date). And then set-up a shcedulle task that will run your script every day.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
is there a way to have a server automatically send out an email on a certain date. For example, if it was someones birthday, an email saying happy birthday would automatically be sent out. Using : ASP.Net
Dileep.M
Hi I think you must use Windows Service for this task. You must questioning DB by timer. And the end you receive simple "Scheduled".