Hi guys!

I've created a site for unversity programs. I just want a generic email to be sent to every user twice a year.
Any good modules?

Comments

jwatte’s picture

I was going to suggest the Notify/Notification module, but that is more hard-coded to sending site updates.
If it's a custom mailer twice a year, I think I'd just run a MySQL query from the command line and pipe it to mail...

Deterius’s picture

Ha- .. any idea how would one do that?