Page 1 of 1

Send Email as Body

Posted: Fri Jan 07, 2011 10:53 am
by kab123
Hello - We curently using Notification Activity in Job Sequencer, and attaching a report. however, we need the content send out in the email body but not as an attachment..
any ideas, please suggest. Thanks

Posted: Fri Jan 07, 2011 4:12 pm
by ray.wurlod
The only thing that is possible with the Notification activity is a hard-coded body. To do anything else create a routine that ends up invoking DSSendMail().

Posted: Thu Jan 13, 2011 1:17 pm
by kab123
Thnaks ray..I wish notification activity has more features in it.
anyways, I wrote a DOS script to handle this without notification activity..

Posted: Thu Jan 13, 2011 1:46 pm
by JRodriguez
Well... I tend to forget the old DSSendMailTester routine

Normally, I used the DSSendMailTester routine that allow the body to be parameterized

Take a look at it and post any question that you might have


Regards