Facing error while sending email in email connector

0
  Error while sending email : EC0x027: No recipients given, cannot send email. Stacktrace : com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.datahub.connector.email.utils.EmailConnectorException: EC0x043: Error while sending mails.     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: com.mendix.datahub.connector.email.utils.EmailConnectorException: EC0x043: Error while sending mails.     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: EC0x043: Error while sending mails.     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: EC0x043: Error while sending mails.     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110) Caused by: EC0x027: No recipients given, cannot send email.     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110)  
asked
1 answers
2

The error is telling you that you did not fill the email address to which person you want to sent the email. Either to, cc or bcc must be filled to be able to send mail.

Regards,

Ronald

 

answered