If you have both InterForm and Blueseries on your Iseries, it is very useful that InterForm uses Blueseries to send mails/faxes,. The main reason is that Blueseries then logs all e-mails, and it is possible to see if an e-mail is sendt OK or somehow was ended in error.
The only thing that has to be done is to run the following command: Where ”/blueseries” is the image file path (see option 15 on the Blueseries Main menu)
When this is done all InterForm created e-mails will appear in the log in the Blueseries system.
That is both e-mails coming from”prepare for e-mail/fax”, and for instance the APF3812/MRGSPLFPDF command with *email option.
Re: How to get InterForm mails to appear in the Blueseries Work
If you have both InterForm and Blueseries on your Iseries, it is very useful that InterForm uses Blueseries to send mails/faxes,. The main reason is that Blueseries then logs all e-mails, and it is possible to see if an e-mail is sendt OK or somehow was ended in error.
The only thing that has to be done is to run the following command: Where ”/blueseries” is the image file path (see option 15 on the Blueseries Main menu)
MKDIR DIR('/blueseries/ifmail.pdf') DTAAUT(*RWX) OBJAUT(*ALL).
When this is done all InterForm created e-mails will appear in the log in the Blueseries system.
That is both e-mails coming from”prepare for e-mail/fax”, and for instance the APF3812/MRGSPLFPDF command with *email option.