Email Script is not triggering from notification templet

kumar86
Kilo Contributor

Hi Team ,

 

I have a email script named "asset_log"  and I included this email script in my notification like below

 

${mail_script:asset_log} . 

 

When I try to preview the notification I cant able to see the body part at the same time If I remove this email script in my email notification and after that I can able to see the body.  I tried like anything but no luck . Do you guys any idea where I am doing wrong ? Thanks in advance

 

Regards,

Kumar

3 REPLIES 3

Raju Koyagura
Tera Guru

It sounds like there is some error in your mail script. Just to confirm comment the logic and just print some hard coded text and see the result.

Even I thought same , So What I did is I just kept one gs.info in mail script . after the notification triggering process , I got notification but Logs are not created . 

Raju Koyagura
Tera Guru

Try adding below line of code in your mail script and call that only one script in notification.

template.print("This is just for Testing");