Email module Implementation

1
Hi friends, I want to implement E-mail module in a Project, So, I have gone through E-mail module template in mendix documentation. Using those steps, I have downloaded MxModelReflection, Encryption, Email module with templates. Now, I couldn't find IVKOpenEmailSettings and also EmailTemplateOverview from Email Template module. SO, Please suggest me how can I configure this and implement in project. Thanks in advance.
asked
2 answers
1

Take a look at this recent posting https://forum.mendix.com/questions/15712/Where-do-I-find-EmailTemplateIVKOpenEmailSettings-and-EmailTemplateEmailTemplateOverview

answered
1

I think the old email module that included templating is deprecated. Nowadays you should use the separate STMPEmail module and TextTemplates module.

answered