Each site may have different requirements for the control statements to send email i think that XMITIP was different. But i have been using just IKJEFT01 to send email like this: The email address to send to goes in the RCPT TO: fields
SYSTSIN DD * TRANSMIT NODENAME.SMTPSRV DD(SYSIN) SEQ NOLOG NONO SYSIN DD * HELO NODENAME MAIL FROM: <[EMAIL PROTECTED]> RCPT TO: <[EMAIL PROTECTED]> RCPT TO: <[EMAIL PROTECTED]> RCPT TO: <[EMAIL PROTECTED]> data SUBJECT: SUBJECT OF EMAILXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXENDXXXXX. MESSAGE GOES HERE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. . quit -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier Sent: Wednesday, May 16, 2007 11:02 AM To: [email protected] Subject: E-Mail From the Mainframe Question I have been asked to have the frame send e-mail to a specific address for encryption and then the server would send it out. Would anyone know where the address is specified on the frame side? Thanks in advance. We use the XMITIP utility under TSO to send the mail. Have a Nice Day ! Bob Pelletier Connecticut Student Loan Foundation Rocky Hill, Ct. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

