Best practises Reflection/Encryption/Email Module

0
Hi All,   Currently, me and my project group are working on a small project where the email module is needed. So of course we started to do research and downloaded the needed modules from the marketplace. After reading the “read me’s” and trying stuff out. Our enthusiasm made place for frustration :).   Every video or how to made it look so simple, but we crash every time we add new modules, add the overview pages. What I really can’t find is what to do with the domain model and the microflows. It made sense to me that certain parts of the domain model and microflow's that are included in the marketplace downloads, need to be copied to the new created modules in the application. Does someone have a step by step how to or maybe some answers, so we can move forward?   Hope to hear from you!  
asked
3 answers
2

Guess the documentation will be of help.

Includes a howto video as well.

https://docs.mendix.com/appstore/modules/email-with-templates/ 

answered
2

Try using my Marketplace module EmailService instead. It is way less complicated. No MxModelReflection, no templates. Just fill ‘To’, ‘Subject’ and ‘Body’ and pass it to ‘Email send’

Demo page on https://service.mendixcloud.com/p/email

answered
1

Hi,

In Instead You can use sendemail activity .

Regards,

Rasik.N

answered