Hi Ashutosh! Could you give a little more context?
I suppose you are using the Email_Connector module?
Has your setup email account worked already and now stopped working or is this the first time that you try to use this account?
Is there more console output you can show?
Hi, @Lina Fischer
In (image 2) I have created different users and I have to login into their accounts separately but when I hit GET OTP at SEND EMAIL I get this error.
Let me know if there is anything else you wanted to know.
The key line in the error message is this…
Caused by: com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.office365.com , 587; timeout 60000
This means your Mendix application can’t connect to smtp.office365.com using port 587. There are a few things to check to try to resolve this.
1) Is there any network filtering such as a firewall on your computer or network? It could be blocking access.
2) Does smtp.office365.com need configuring to allow your network to connect?
3) Are the values for username and password correct?
I hope one of these helps you resolve the problem. Good luck.