SMTPMAIL7C and SMTPMAIL7D missing from RJSIMAGE
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
The DOCSEND command in WebDocs iSeries needs two C programs that are used to send authenticated email messages.
[edit]
Solution:
These programs are currently not in the RJSIMAGE library but can be downloaded and installed via the following:
Download and install the RJSIMGUP08 library.
Username = ********* Password = ***********
After installing the RJSIMGUP08 library run the following commands from the 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)
This should now allow users to be able to use the DOCSEND command with authenticated SMTP.
