Schedule Mailer

Trekerboy

Limp Gawd
Joined
Dec 30, 2002
Messages
221
We have a messageboard with the Topic Calendar Mod for phpBB. We would like to be able to send out an email every morning at 8 a.m. that contains the events and their posts for that day. Does anyone know of any phpBB mod or other server side program that could do this? Any help is appreciated.
 
Setup a cron job to execute a script that fetches the posts for that day then mails them. Use your favorite scripting language (perl, cgi, php, python) to query the phpbb database.
 
Back
Top