+ Reply to Thread
Results 1 to 6 of 6

Thread: email to iSeries and parsing it

  1. #1

    Default email to iSeries and parsing it

    The first step would be to configure either Domino, or a combination of the native SMTP and POP-3 servers on the AS/400. Dave

  2. #2

    Default email to iSeries and parsing it

    OK, those are set up. We sent a test email to an address on the AS/400. Where do I go to look at it? Is it in a file now that I can read?

  3. #3

    Default email to iSeries and parsing it

    You can either use MS Outlook or another program as a client, however if you want to inspect your mail on the AS/400 it is located in the IFS. The text portion is readable and may usually be found in IFS folder /QTCPTMM/SMTPBOX Dave

  4. #4
    Guest.Visitor Guest

    Default email to iSeries and parsing it

    Please have a look at the following. JavaMail will work for you. The following link describes sending with sample source code and steps to install it, but also mentions receiving of email. Howto JavaMail Here is more from IBM. IBM JavaMail info And finally Sun's info. Suns JavaMail I hope this helps. Let us know

  5. #5

    Default email to iSeries and parsing it

    Hi, I have a project where we will be getting email messages from another company. These messages will contain information regarding cable locate information which we need to dispatch to our techs in the field so that they can go out and locate the buried cable. (We're a telephone company). My question is two fold. First, how do I best get the email message on to our iSeries? Second, how do I parse the email message so that I can extract the information that I need, (like phone #, name, address, special instructions etc.) into a file. (I can then read this file and create a "trouble ticket" in our customer care system to dispatch to the tech).

  6. #6
    Guest.Visitor Guest

    Default email to iSeries and parsing it

    Here is some more info.. This link provides code and instructions to receive mail using JavaMail. Receive Mail Let us know if it works for you.

+ Reply to Thread

Similar Threads

  1. XML Parsing
    By rahulyell in forum RPG
    Replies: 0
    Last Post: 11-17-2008, 07:20 PM
  2. Parsing Text
    By Guest.Visitor in forum General
    Replies: 0
    Last Post: 06-01-2004, 02:45 PM
  3. iSeries Email?
    By Guest.Visitor in forum Dev Tools
    Replies: 1
    Last Post: 03-28-2003, 06:19 AM
  4. Replies: 5
    Last Post: 07-30-2001, 06:40 PM
  5. Parsing data
    By J.Wells in forum Programming
    Replies: 5
    Last Post: 12-13-2000, 07:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts