hello,

i am doing email concept. in this user can set the automatic email option i mean when user registered there account then he was set receive emails at this time on this day...
how to set this...any suggestions plz...

Recommended Answers

All 3 Replies

You need to write script that will query all record whose user set time matches with current server time.
Now you can send mail for those recods only.

After writing a script, you need to add this script to cron job/schedule task which runs every minute.

You need to write script that will query all record whose user set time matches with current server time.
Now you can send mail for those recods only.

After writing a script, you need to add this script to cron job/schedule task which runs every minute.

without using cron is it possible?

as far as I know its not possible without cron

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.