Error while sending email on cloud

0
Hi, I am running an application on cloud, on local i am able to send email, but while i am deploying the application on cloud and running it there, i am getting contact system administrator. Anyone please help me out or can tell me how can i debug it on cloud.
asked
2 answers
3

You can refer this to debug your application running on cloud 

https://docs.mendix.com/howto/monitoring-troubleshooting/debug-microflows-remotely

answered
0

Take a look at the log files of your application: https://docs.mendix.com/developerportal/operate/logs#1-introduction

These should give you a clue on why the Email action does not work. 
In most cases there might be something wrong with the settings of your email server. 

 

Take note that you cant send email through localhost in the mendix cloud: https://docs.mendix.com/developerportal/deploy/sending-email#1-introduction

answered