Automated email generation

Needing to have my application send an email to a list of users in the
DB on the 1st of each month… Does anyone have any idea’s how I might
do this. I can obviously have the app send emails when I ask it to, but
how do I have it automatically generate and send it on a given date?

Thanks,
Cam

cammo wrote:

Needing to have my application send an email to a list of users in the
DB on the 1st of each month… Does anyone have any idea’s how I might
do this. I can obviously have the app send emails when I ask it to, but
how do I have it automatically generate and send it on a given date?

http://wiki.rubyonrails.org/rails/pages/HowToRunBackgroundJobsInRails/

Chris