Forum
List Manager Support
List Manager supportForums
Public write access is disabled. Please login
Re: Auto email when a date has passed 11.05.2018 13:43
Hello,
there is no such option at the extension itself. For an automatic process you would need to create a cron process at your server that would run everyday, check the database and send the emails. From the extension what you can build is a view of 'expired contracts' so you can easily locate those specific records. For this purpouse you would need to use 'view' option of listmanager backend, and create a new view based on your main list with the filter
date field -> LESS THAN-> NOW()
https://www.moonsoft.es/easyblog/entry/35-using-views
You can publish this view only for admin for ex.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
there is no such option at the extension itself. For an automatic process you would need to create a cron process at your server that would run everyday, check the database and send the emails. From the extension what you can build is a view of 'expired contracts' so you can easily locate those specific records. For this purpouse you would need to use 'view' option of listmanager backend, and create a new view based on your main list with the filter
date field -> LESS THAN-> NOW()
https://www.moonsoft.es/easyblog/entry/35-using-views
You can publish this view only for admin for ex.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es