The Email Connector module in Mendix allows your application to send and receive emails seamlessly. It supports SMTP (for sending emails) and IMAP/POP3 (for receiving emails). This artical will guide you through the configuration and usage of the Email Connector module in your Mendix application.
Prerequisites: -Before configuring the Email Connector, ensure you have: Access to an email service (Gmail, Outlook, AWS SES, etc.)
Step 1: Install the Email Connector Module from marketplace.
2.Add email configuration overview page into your application menu.
3.Go into email page Manage account and add email account.
4.Click on Use Basic credential and click next.
5.Enter display name Username and Password.
6.Click on Send email.
7.Select Protocol as 'SMTP' --> type Host as 'smtp.yourorgname.com' -->type Server port as '25' --> Check 'use TLS' checkbox
8.Click on Finish and click New Email and you can send test email in your email.
Helpful !!
Nice!!!
Thankyou for sharing.