+ Reply to Thread
Results 1 to 6 of 6

Thread: AS/400 Email

  1. #1

    Default AS/400 Email

    Have you tried the Send Distribution (SNDDST) command? You need SMTP set up on your machine to use this.

  2. #2
    Guest.Visitor Guest

    Default AS/400 Email

    steps... 1. Configure and start the SMTP server. 2. Enter ur user id in the distribution directory. 3. Compile and run the fol CL code.. PGM SNDDST TYPE(*LMSG) + TOINTNET((santoshp@lot.tatasteel.com)) + DSTD(TRIAL) LONGMSG('this is a + test mail') SUBJECT('hello there!!!!!!!!') ENDPGM enjoy after this..... Santosh. Tata Steel Jamshedpur,INDIA.

  3. #3
    Guest.Visitor Guest

    Default AS/400 Email

    I think my problem is that we have Domino server running and is using the smtp port 25. we don't you domino as the main mial server but a group wise server. we use domino to redirect quick place mail to group wise mail server. Can I do the same thing with As400 smtp server?

  4. #4
    Guest.Visitor Guest

    Default AS/400 Email

    Can I use SNDDST command with domino running as the SMTP?

  5. #5
    Guest.Visitor Guest

    Default AS/400 Email

    Looking for tips on how to send an email (simple text) from a CL program to a vendor e-mail account. any suggestions? (no interest on third party packages)

  6. #6

    Default AS/400 Email

    There is a technique which allows for two SMTP servers, but as a general rule, you can only use SNDDST, if you are using the native AS/400 (iseries) SMTP server. Dave

+ Reply to Thread

Similar Threads

  1. Email
    By Guest.Visitor in forum General
    Replies: 1
    Last Post: 02-25-2004, 05:31 AM
  2. Email from RPG
    By olgag@cbpmail.net in forum RPG
    Replies: 7
    Last Post: 10-01-2003, 09:01 AM
  3. Email IFS files as attachment using AS400 email function
    By wwelton@uastpa.com in forum IBM i (OS/400, i5/OS)
    Replies: 1
    Last Post: 01-05-2002, 02:56 AM
  4. Email from 400 splitting
    By Guest.Visitor in forum Internet
    Replies: 7
    Last Post: 08-17-2000, 01:24 PM
  5. Email from the AS/400
    By Guest.Visitor in forum Application Software
    Replies: 3
    Last Post: 06-22-2000, 11:42 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