Problem:

You need to send authenticated email messages with WebDocs iSeries. The DOCSEND command in WebDocs iSeries needs two C programs - SMTPMAIL7C and SMTPMAIL7D - to send authenticated email messages, but these programs are currently not in the RJSIMAGE library.
 

Solution:

Download and install the RJSIMGUP08 library:
 
  1. Download and install the RJSIMGUP08 library.
  2. After installing the RJSIMGUP08 library, run the following commands from an iSeries command line:

    CRTDUPOBJ OBJ(SMTPMAIL7C) FROMLIB(RJSIMGUP08) OBJTYPE(*PGM) TOLIB(RJSIMAGE) NEWOBJ(*OBJ)
    CRTDUPOBJ OBJ(SMTPMAIL7D) FROMLIB(RJSIMGUP08) OBJTYPE(*PGM) TOLIB(RJSIMAGE) NEWOBJ(*OBJ)

    You can now use the DOCSEND command with authenticated SMTP. 

 
Still have questions? We can help. Submit a case to technical support

Last Modified On:
You don't have the appropriate permissions.
No, open a new Support Case