Microsoft Exchange Server and Notification Activity

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
snassimr
Premium Member
Premium Member
Posts: 281
Joined: Tue May 17, 2005 5:27 am

Microsoft Exchange Server and Notification Activity

Post by snassimr »

Hi !

Ii I need to send e-mail throuth Microsoft Exchenge server if I need to change dssendmail_template.txt with Microsoft Exchenge server and not smtp server ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The DSSendMail() function - which is invoked by a Notification Activity - expects an SMTP mail client.

You can use SMTP to send to an Exchange address that automatically forwards it, or you can write your own interface using the Microsoft API.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply