Encrypted value is EMPTY!

0
Hi everyone,I am using the Email Connector with OAuth configuration (Client ID, Client Secret, and Tenant ID). Based on this setup, I have completed the email configuration and am sending emails using an email template.The emails are being sent successfully, and the recipients are receiving them without any issues.However, I noticed the following message in the console logs: “Encrypted Value is EMPTY!” (info-level log)Additionally, I observed the following behavior:Initially, the encrypted value is present with the prefix {AES3}.When I place breakpoints while sending emails using templates, the encrypted value sometimes appears empty.This “Encrypted Value is EMPTY!” log occurs only twice per email send (info-level).Despite this, the email is still sent successfully.I have also attached an image for reference.Could someone please clarify:Why this log message is appearing?Is this expected behavior of the Email Connector?Does the breakpoint affect the encryption/decryption process in this case?
asked
1 answers
0

Hi Praveen Raj,


This is expected. The “Encrypted Value is EMPTY!” log is an info-level message from the Email Connector’s encryption utility. It doesn’t affect sending—your emails are still delivered. Breakpoints can make the encrypted value appear empty because decryption happens at runtime. The duplicate log entries per send are just internal checks, not errors.

answered