How could the items in a space could be deleted automatically post 30 days on uploading? Email reminder have has to issued to space users for prior to deletion of items.
1. Write a scheduler which will run daily. 2. If your contents are residing in a specific space, Scheduler will traverse through all the contents in that space and check the content creation date. If the difference between the current date and content creation date is equal to 30, send an email reminder and delete that node.