Hi,
I have a content type with a field for a deadline (date).
I want to send an email to me one day before this deadline is reached.
Do you know, if this is possible and with which modules I could do this?
I installed Rules, but can't find an option to link the action with a field content.
Thanks for your help

Comments

Rules Scheduler

You can use Rules to perform this task. You will first need to create a Rule component that accepts a Node as a parameter. In the component, you can add an action to send an email.

Then you can create a regular reaction rule with the event "After saving new content". You can add an action to "Schedule component evaluation" with your email rule component using your deadline field (-1 day) as the schedule date.

I would suggest the tutorials at http://nodeone.se/en/learn-the-rules-framework .

Date Reminder?

While it's not quite the intended use case, Date Reminder might do it for you.

D6 only, so far, I'm afraid. D7 version is in the works, but it's slow going.

This guy has 3 tutorials for

This guy has 3 tutorials for Rules that I just watched. First one is on sending email and the third is about scheduler. I haven't watched the third as I'm not interested in scheduler at this time.

http://youtu.be/OgRKLXRbPX8

Thanks

Thanks for your quick answers.
I'll watch the tutorials on nodeone and hope to be able to solve it then.

It works fine, thanks.

It works fine, thanks.