Configuring the email connector to receive emails

0
Hello everyone :)  We are trying to use the email connector and IMOP/POP3 Modules to receive the Zoho emails, but unfortunately, we are unable to configure it. We are getting those errors. so can you please help me here to overcome this issue (PFA).        Looking forward for your response,   Thanks & Regards, Ganesh Venna.
asked
3 answers
1

I see 2 issues here

1. email connector and IMAP/POP3 module cant work together unless you do a lot of tweaks.

2. It seems the app is being migrated from lower Mendix version, 

 

Suggestions:

1. Try email connector once in blank app

2. in your existing app, try using the latest version of email connector and follow documentation to remove duplicate jars 

answered
1

Hi, remove the duplicate jars related to older email module in the userlib folder. Clean deployment and run again!

answered
-1

Hi sri,

You can use the  Email connector also in a native mobile project. For this download the Email Connector from marketplace then you can Java action named as 'Send Email' when you will use send email it will require two parameters one as 'account' and other one as 'message'. in account it will require the data of account from which you need to send messange so you can retrieve the Email_Connector.EmailAccount then you will get the account information and for message create object of email message and fill the details such as - to , body,content.

image.png

image.png

 

image.png

Regards,

Geeta negi

answered