Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

System triggered emails without subject line in production

ujjwala_678
Tera Contributor

Hi everyone,

 

We’re facing an issue in our production environment where system-triggered emails are being sent without a subject.

 

Here’s the context:

 

We have a UI Action that triggers an event for a reminder notification.

 

The email subject is set dynamically using an email script (email.setSubject()), and this works as expected in Dev.

 

However, in Production, for one particular record, the system triggered seven emails (one per selected approver) — all without a subject.

 

When I reproduced the scenario in Dev, the subject line correctly started with “Reminder:”, followed by the policy name.

But in Production, the emails were triggered without even the “Reminder:” prefix, and the policy name was empty.

 

Has anyone encountered this issue before? Could someone please suggest what could cause the subject line to be blank, even when the email script is setting it dynamically?

 

Thanks in advance!

1 REPLY 1

Monique Rogers
Tera Contributor

Is the email script setting the subject based on information from the event? Are the parameters sent to the event being set correctly?