Email Notification Activity

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
cherry
Participant
Posts: 108
Joined: Sun Jul 10, 2005 1:35 am

Email Notification Activity

Post by cherry »

Hi All,

Using Email Notification activity can i call a text file that contains list of recieptents email addresses. If yes how can Specifyy the list of addresses in the file. I mean is there a format how I can mention all the address.


Thanks in Advance...

Best Regards
Cherry
Last edited by cherry on Tue Nov 25, 2008 3:23 pm, edited 1 time in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No, not directly though I suppose you could read the file and then pass the contents in as a Job Parameter. As to the format, it depends on your mail server - it may need whitespace, a comma, semi-colon, etc. Write a small test job to check.
-craig

"You can never have too many knives" -- Logan Nine Fingers
cherry
Participant
Posts: 108
Joined: Sun Jul 10, 2005 1:35 am

Post by cherry »

Thanks Chullet
Post Reply