Do I have Cron?

Status
Not open for further replies.

bunglebrown

New Member
Messages
157
Reaction score
0
Points
0
Do I have 'cron' on my server?

I am trying to put a time delay on an email response and have heard on linux (as I am) there should be 'cron' on my server. But I am currently unable to locate it there - can you direct me to it or is there a better way of achieving this?
 

bunglebrown

New Member
Messages
157
Reaction score
0
Points
0
thanks. . .

How can I delay an automated email with this feature so that it sends an email to users 3 days after they request?

. . regards
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
You would want to store a timestamp of when they requested, calculate the timestamp in 3 days and then if it equals send a email.
If you want me to code you something, send me a PM.
 

bunglebrown

New Member
Messages
157
Reaction score
0
Points
0
Does that mean I have to use mySQL? I have had some problems connecting to that.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
You'll probably want to use mysql.
We had a few problems with it earlier today. It should work fine now.
 
Status
Not open for further replies.
Top