Email Connector in mendix 10.18.1

0
Getting this error while setup for email in mendix : 535-5.7.8 Username and Password not accepted. For more information, go to535 5.7.8 https://support.google.com/mail/?p=BadCredentials d2e1a72fcca58-7390618f1d1sm1361970b3a.173 - gsmtp
asked
3 answers
0

Hi Pranita,

 

You will not use a normal password here. Go to your Google account. , go to "Security" tab, type "App Passwords" in the search field at the top and create an App password for yourself here. and use it

answered
0

Hi Pranita,

Please read this article

https://medium.com/@mohammad.saqib_1262/email-connector-in-mendix-streamlining-communication-6f0e744ff6c2

answered
0

Basic steps to use Email connector .

1. Download the latest version of Email connector module

2. 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 'This should be your Org name' -->Email or username type 'Get it from IT support team' ,Password : 'Get it from IT support team'. 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