Dear Team,
I need to send mail to one user from site, in every 15 days .this mail is send when some files still remains in folder.
i have this script , but i don't know how to send it on every 15 days.and also send if files are still remains in folder.
Please refer above script.
var mail = actions.create("mail");
mail.parameters.to = "abc@gmail.com";
mail.parameters.subject = "new Review Task";
mail.parameters.text = "A document awaiting your approval at Alfresco";
mail.execute(document);
Please suggest!
Hi,
Scheduled Jobs can help you to send mail at specific time period.
This links will guide you to create scheduled Jobs:
https://docs.alfresco.com/6.1/references/dev-extension-points-scheduled-jobs.html
http://alfrescoblog.com/2014/07/24/simple-alfresco-schedule-job-tutorial/#
Regards,
Vidhi
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.