EDI Notifications Email Addresses

 2 Replies
 1 Subscribed to this topic
 38 Subscribed to this forum
Sort:
Author
Messages
Jeremy
Veteran Member Send Private Message
Posts: 129
Veteran Member

I can't remember where to edit the list of email recipients that EDI Notifications are sent to.  Can someone please remind me?  Version 9.0.1.x.

JimY
Veteran Member Send Private Message
Posts: 510
Veteran Member

I found this in the EDI User Guide

 

Open Notify.cfg for editing. Edit the values as specified in the following table.
Note: For EDI 9.0.1.5 the Notify.cfg file is not delivered. Customers will need to create the file inLAWDIR/prodline/edi/cfg. A sample is included in the edi/samples directory.

Setting Values
Enabled 0 disables notification, jobs go to recovery; (delivered default)
1 enables error notification; jobs complete normally
2 disables notification, job completes normally.
Host Enter the address of the SMTP mail server
Sender Enter the sender email address
Recipient Enter the recipient email addresse(s). Multiple email addressesmay be entered separated by commas on a single line.
Timeout 30
Debug 0 disables Trace Logging
1 Enables Trace logging

Sender=edi.error.notificationl@your.org.com
Recipients=error.recipient1@your.org, error.recipient2@your.org,
error.recipient3@your.org
Timeout=30
Debug=0

 

 


Jeremy
Veteran Member Send Private Message
Posts: 129
Veteran Member

Thank you!