Send an email on a CCK Date
Hi Guys,
I was wondering if anyone knows of an answer to my latest Drupal quandary.
I have a content type which includes the user as a field and a CCK date field. I want to send the user an email on the CCK date to remind them to do something.
I have spent quite a while searching and reading the forums but not found a solution as yet, does anyone know how I can do this?
Thanks for reading this problem
Hazlitt
Groups:
Login to post comments

Re: Send an email on a CCK Date
The signup module (http://drupal.org/project/signup) ALMOST (but not quite) does what you are looking for.
Or rather than fiddling with signup/event/etc you can write your custom hook_cron implementation which'll probably take less time :-)