Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Job Failure Notification Email is not triggering

AshirvadhN
Regular Contributor
Regular Contributor

Hi All,

I have created a email notification for Job Failure with below data.

<p>The ${importjob.jobname} has failed.</p> <p>${importlogs}</p>

Email is not triggering, please find the below errors i found in logs.

 

 

3 REPLIES 3

Manu269
All-Star
All-Star

@AshirvadhN few things to check:

1. Is your SMTP server working? Check Save and Test Connection.

2. Check this document for list of supported variables : Creating and Managing Email Templates (saviyntcloud.com)

3. Is the email templates assocaited with the Job?

3. 

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

AshirvadhN
Regular Contributor
Regular Contributor

For all the questions my answer is Yes.

AmitM
Valued Contributor
Valued Contributor

Try this

<p>The ${importjob.jobName} has failed.</p> <p>${importlogs}</p>

Thanks,

Amit

If this answers your query, Please ACCEPT SOLUTION and give KUDOS.