Page 1 of 1

Notification Activity - Email body

Posted: Tue May 20, 2008 9:43 am
by vnspn
Hi,

In the Email Notification stage, we are trying to provide an output filename in the email body. This file is created by a previous job. So, we have to dynamically obtain the name of that file and put it in the email body. We tried to get the filename using a routine and then provide it in the email body. But, it didn't work, because the output of the routine cannot be placed in the email body.

Is there anyother way to dynamically obtain the filename and place it in the email body?

Thanks.

Posted: Tue May 20, 2008 10:06 am
by chulett
Not with that stage AFAIK. You could roll your own routine and call DSSendMail() there as one solution. Or a scripted call to sendmail.