Server Side automatic execution of send mail
Posted: Thu Aug 12, 2004 12:02 am
This is something that is really puzzling me.
I have a list of people in the db which contains their date of birth
I need a method such that when the current day is their birthday an autmatical mail is sent to them.
Obviouly this cannot be based on client-server requests. It has to been done totally on the server even when no page is being requested.
So I need an executable to have this work ? Will hosts allow it ? shell_exec() allowed on hosts ?
Is there a solution to this ? I've seen this work in other sites but I dont how its done.
I have a list of people in the db which contains their date of birth
I need a method such that when the current day is their birthday an autmatical mail is sent to them.
Obviouly this cannot be based on client-server requests. It has to been done totally on the server even when no page is being requested.
So I need an executable to have this work ? Will hosts allow it ? shell_exec() allowed on hosts ?
Is there a solution to this ? I've seen this work in other sites but I dont how its done.