Hello,
I trying to use the Email Connector of Camunda 8 to send emails from the process (Email Connector | Camunda 8 Docs). I am using SMTP with my google email. I enabled SMTP in my email settings and created an application password which I am using in Camunda.
However, when the connector activity is executed I get the following error: "
{“type”:“jakarta.validation.ValidationException”,“message”:“HV000090: Unable to access isEmailMessageValid.”}". I would like to understand the meaning of this error and get some help on how to resolve it.
Below is the connector attributes extracted from operate (sensitive info are anonymized with ****)
authentication: {“type”:“simple”,“username”:“@gmail.com",“password”:"”}
data: {“smtpConfig”:{“smtpHost”:“smtp.gmail.com”,“smtpPort”:“587”,“smtpCryptographicProtocol”:“TLS”},“smtpActionDiscriminator”:“sendEmailSmtp”,“smtpAction”:{“from”:“@gmail.com",“to”:@gmail.com”,“subject”:“test”,“body”:“test”}}
error: {“type”:“jakarta.validation.ValidationException”,“message”:“HV000090: Unable to access isEmailMessageValid.”}
protocol: “smtp”
Best regards,
Amine