Automated emaiing functionality in Mendix

1
Hello everyone, I have a questione regarding the automated mailing functionality, does anybody know  Mendix has this type of functionality, for instace every month at certain date Mendix send an email to group of people . If someone knows how to do that I will be very appreciated. Thank you .
asked
2 answers
1

you can use a scheduled event to create and send your emails. If there are loads of emails, you might want to implement a process queue to handle them. you can find an email module in the app store – make sure to check the dependencies page. I think you’ll also need at least  the model reflection and the encryption module.

 

https://appstore.home.mendix.com/link/app/259/ email module

https://appstore.home.mendix.com/link/app/1011/ Encryption

https://appstore.home.mendix.com/link/app/69/ Reflection

https://appstore.home.mendix.com/link/app/393/ Process queue

answered
0

Hey Likas Thank you very much.

answered