0 pts.
 Using the SNDDST command to send an e-mail from the iSeries
Tyrone wrote in with this question recently: How can I use the SNDDST command to send an e-mail from the iSeries? -- Deb Tart, associate editor

Software/Hardware used:
ASKED: February 27, 2006  11:25 AM
UPDATED: February 28, 2006  12:27 PM

Answer Wiki:
I have a scheduled job that runs at lunch time to tell my buddy that it's time for lunch :) it uses the SNDDST. It is local email though. So it doesn't send the email externally, but it may help so here is goes. SNDDST TYPE(*DOC) TOUSRID((USRPRF SRLNBR)) DSTD('TIME FOR LUNCH') MSG('OK, CRAIG ... IT''S TIME FOR LUNCH') DOC(LUNCHTME.TXT) FLR(TEMP) Best regards, Vince
Last Wiki Answer Submitted:  February 28, 2006  11:20 am  by  Vinnyy2k   0 pts.
All Answer Wiki Contributors:  Vinnyy2k   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

The technique mainly depends on what’s your mail(smtp)-server. Just give a short reply and we can get deeper in that, because we already lost a lot of time configuring it.

 30 pts.