Notification feature

0
Hey I have made an App for IT department of my school. But i need to add one feature that to get email like notifications after every 15 days to professor to complete the assessment.   How can I add this requirement. Thanks 
asked
1 answers
0

Hi Akshay,

 

You can implement email module with templates into your application to send emails. Then you can setup a scheduled event to automatically with logic to see which professors need to be sent an email.

Here is the link to the module

https://appstore.home.mendix.com/link/app/259/Mendix/E-mail-module-with-templates

 

Here is a question with instructions on how to setup the module

https://forum.mendix.com/link/questions/89106

 

Here is the documentation on scheduled events.

https://docs.mendix.com/refguide/scheduled-events

 

Hope this helps!

 

 

answered