Hello,
Am working on a project(using drupal 7) where anonymous users are allowed to post content.Any content posted expires after a period of time(i.e make the content unpublish).
I want to send an email notification to the anonymous user based on the cck email field when content expires.Now I want to also add a link to the sent email so that when it is clicked by the anonymous user the node/content will be re-posted/set that particular nid status to published.
I tried using rules,but the email is sent to the anonymous user alright but am trying to figure a way to add a link when clicked will repost the content.
Is this possible with rules or is there any module I will need or I will need to write a module to do that.
Thank you