PDA

View Full Version : AS/400 Email



nycsusan@hotmail.com
05-14-2002, 12:17 PM
Have you tried the Send Distribution (SNDDST) command? You need SMTP set up on your machine to use this.

Guest.Visitor
05-14-2002, 07:18 PM
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.

Guest.Visitor
05-17-2002, 09:40 AM
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?

Guest.Visitor
05-20-2002, 11:33 AM
Can I use SNDDST command with domino running as the SMTP?

Guest.Visitor
05-20-2002, 11:49 AM
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)

David Abramowitz
05-20-2002, 11:49 AM
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