I try to create a system for our own use where I can handle incoming email in AS/400. Example: We have a customer who sends orders by email (order data will be in attachment files). I want to receive these in AS/400 and programmatically handle them in AS/400 (with CL and RPG programs). Questions about checking incoming mail in AS/400: A) Is this possible with QRYDST and RCVDST commands? B) If A) is not possible then how it should be done? (an example please) C) What are these exit points and exit point programs for mail? So far I'm able to SEND email from AS/400 with attachments by SNDDST command. I just found out that incoming email messages are in IFS folder and attachments are converted as part of the message. I've also searched this forum and read a lot of threads, but I haven't found an answer. Our AS/400 is in V4R4. AS/400 is not our email server. As a mail server we have a Linux box. That box redirects incoming mail to our AS/400 for the particular user that I'm using for this purpose only. TIA, Hannu

Reply With Quote