Page 1 of 1

How to send email to users list on schedule

Posted: Wed Nov 23, 2005 8:40 pm
by quannv
I have users list on website, I want to send email to the users at fix time of day.
Can write that function with PHP?
How to do it?

Posted: Wed Nov 23, 2005 9:20 pm
by trukfixer
you could try something like this: http://sourceforge.net/projects/phpemaillist

How to send mail automatic at specific time?

Posted: Wed Nov 23, 2005 10:24 pm
by quannv
phpemaillist can not deliver email automatic at specific time. Any suggestion?

Posted: Wed Nov 23, 2005 10:38 pm
by harrisonad
Why not just upon runtime, check for the date and see if a user is worthy to receive a newsletter on that given date then if it is, send the mail.

:roll:

Posted: Wed Nov 23, 2005 11:16 pm
by josh
cron job, array of emails to send to, mail() function