Email Connector -> Configuration Issue : Caused by: EC0x034: Error while connecting to server.
0
Hi, I am trying to configure the new Email Connector module to replace the Email Template module, but I am getting some errors when it tries the connection to the email server: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.datahub.connector.email.utils.EmailConnectorException: EC0x034: Error while connecting to server. Caused by: Was unable to connect to SMTP server at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108) Caused by: smtp at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108) The same configuration worked fine with the old email template module. Has anyone else encountered this and knows how to solve it?
asked
Razvan Cojocaru
2 answers
3
Can you please confirm if you have followed the prerequisites mentioned in the documentation. Perticularaly below one?
Check for and remove orphaned JAR files from any old email modules in the userlib subdirectory (for example, javax.mail-1.6.2.jar and activation-1.1.jar).