HI,
I want to send an email upon a creation of a record, however it does not work. I tried both workflows and processes neither of them work. The are errors I'm getting are:
From the workflow: Error Details: Job with empty methodName. at public_html/application/Espo/Core/CronManager.php:376 [] []
From the process: Workflow[][sendEmail]: To or From email address is empty. [] []
I checked the details (Emails, and everything else they're filled in properly). I tried sending it from the system, from different users, from specified emails and nothing works. The workflows are triggered, but it fails when trying to send the emails.
I want to send an email upon a creation of a record, however it does not work. I tried both workflows and processes neither of them work. The are errors I'm getting are:
From the workflow: Error Details: Job with empty methodName. at public_html/application/Espo/Core/CronManager.php:376 [] []
From the process: Workflow[][sendEmail]: To or From email address is empty. [] []
I checked the details (Emails, and everything else they're filled in properly). I tried sending it from the system, from different users, from specified emails and nothing works. The workflows are triggered, but it fails when trying to send the emails.
Comment