Any email module is available in mendix for sending email

0
Hi Team, Email connector is available but other than this any email module is available. If yes, then let me know & how to use that module.      
asked
2 answers
1

Hello,

You can check this module

https://marketplace.mendix.com/link/component/117934

answered
0

Refer documentation

 

Before you use the Email connector in your app, do the following:

  1. Download and configure the latest version of Mx Model Reflection module. If you have the module already, ensure that it is up-to-date.
  2. Download and configure the latest version of the Encryption module. If you have the module already, ensure that it is up-to-date.
  3. Remove any existing email modules (IMAP/POP3 or Email Module with Templates).
  4. Check for and remove orphaned JAR files from any old email modules in the userlib subdirectory (for example, javax.mail-1.6.2.jar and activation-1.1.jar).
  5. Clean the deployment directory before running the app.
answered