I do not know a lot about as400 or websphere application dev, but I am in a situation where I need some answers. First we have an application created on an AS400 websphere box that was dev by an outside company that no longer exist. This application uses an automatic email function that works with our Lotus Notes. Recently I changed ISP's and we recieved a new IP block. Since the change we have not been able to recieve emails from this application and the error messages from the application are as followed:
[10/12/09 14:02:14:860 EDT] 1f47fa37 SystemOut O 2009-10-12 14:02:14,837 [Servlet.Engine.Transports
: 0](StrutsUtil.java:222) DEBUG - Entering sendEmail
[10/12/09 14:05:24:754 EDT] 1f47fa37 SystemOut O 2009-10-12 14:05:24,727 [Servlet.Engine.Transports
: 0](StrutsUtil.java:296) ERROR - MessageException in sendEmail: Could not connect to SMTP host: x.x.x.OLD, port: 25;
The AS400 is only connected internally and I am not sure why it is using this outside address, but I think it obviously needs to be changed to our current x.x.x.NEW. Are the settings withen the program or on the AS400 and where would I begin to look?