Have you tried the Send Distribution (SNDDST) command? You need SMTP set up on your machine to use this.
Have you tried the Send Distribution (SNDDST) command? You need SMTP set up on your machine to use this.
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.
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?
Can I use SNDDST command with domino running as the SMTP?
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)
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