Error in email connector module

0
While configuring email connector module in my mendix application I have added all the necessary details but facing an error on click of button  “Finish” i am getting error which says An error occurred while executing an action of Email_Connector.EmailAccount_ConfigProtocol_Auto_NewEdit.actionButton1: Expected response body to be JSON. Instead received: "" Error: An error occurred while executing an action of Email_Connector.EmailAccount_ConfigProtocol_Auto_NewEdit.actionButton1: Expected response body to be JSON. Instead received: ""     at http://localhost:8081/mxclientsystem/mxui/mxui.js?638285610535312294:66:234021     at be (http://localhost:8081/mxclientsystem/mxui/mxui.js?638285610535312294:24:6830)     at r (http://localhost:8081/mxclientsystem/mxui/mxui.js?638285610535312294:24:6731)     at E (http://localhost:8081/mxclientsystem/mxui/mxui.js?638285610535312294:64:5069)    
asked
1 answers
0

It seems that the given configuration input isn't correct.

The EmailConnector module is trying to connect to the given email server, but isn't getting a response ("”).

 

Can you recheck your email server, or use a different email server instead?

answered