Email connector

0
demonstrator , I'm trying to use email connector in mendix for my app , when im creating a microflow to send test email , its throwing me aj error saying contact system , ive already added encryption key in constants 
asked
3 answers
5

Hello Rishika,

Steps to configure email connector module in Mendix- application :

1. Download the latest version of Email connector module

2. If using old email module,remove orphaned JAR files from any old email modules in the 'userlib' subdirectory (including javax.mail-1.6.2.jar, activation-1.1.jar, and commons-email.jar) 

3. Clean Deployment directory

4. Run the application

5. Go to your email connector folder inside your application --> Select 'Basic Credentials'  --> Click 'Next' --> Check 'Primary Account Details' checkbox 

--> In Display name type 'Your org name' -->Email or username type 'username' ,Password : 'password'. Click 'Next'.6. Click 'Send Emails'7. Select Protocal as 'SMTP' --> type Host as 'smtp.orgname.com' -->type Server port as '25' --> Check 'use TLS' checkbox

answered
0

Failed to send email: ECOx009: Outgoing email configuration not found.- this is the error but I’ve already configured via association , to avoid confusion , if you can give me a overview of the process of how to do it , it will be great 

answered
0

When you use Email Connector module 

in page Account Settings, you can configure the sending email as 

Protocol: SMTP

Sever host url: for example, smtp-reply.brovo.com

Server Port: can you see the web service email on your email service provider

 

 

answered