Is It possible with PHP ?

Status
Not open for further replies.

vipul

Broken In
Hi all,,

now i've to make 1 website whch sends mail as scheduled jobs like the birthday reminder websites do..

so pls help me if u've ne idea

thanks
 

alib_i

Cyborg Agent
you'll have to work real hard for that
*sg2.php.net/manual/en/function.mb-send-mail.php

-----
alibi
 

igeek

Broken In
yes, you can send mails at fixed times or at regular intervals, without executing the scripts yourself. This feature is not related to PHP. You'd need to set up a Cron Job if your server is Unix/Linux or you'll have to set up a Scheduled Task if you are on Windows.

For more info, look at this Google search.
 
OP
V

vipul

Broken In
thans for your reply now i m searchin the related links..
and i found something gud with cron jobs

any way thanks ..
 

igeek

Broken In
vipul said:
thans for your reply now i m searchin the related links..
and i found something gud with cron jobs

any way thanks ..
Setting up a cron job is no brainer, its quite easy, even if you are doing it for the first time. If you have cPanel or DirectAdmin, they give the option of setting up cron with a GUI for a beginner as well for pro. You can choose the beginner GUI.

Here's a Flash tutorial for Plesk7 Reloaded
*www.demodemo.com/1/tutorials/plesk7rl_eu_crontab.htm Just ignore the first two screens, the 3rd screen with the fields for the cron is what you must see, its same on all control panels.
 
Status
Not open for further replies.
Top Bottom