Email Script is not triggering from notification templet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 10:40 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 11:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 11:18 PM
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 11:45 PM
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");