Re: Sending email via rexx

2009-09-11 Thread Mark Zelden
gt; >-Original Message- >From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On >Behalf Of Joel C. Ewing >Sent: Wednesday, July 29, 2009 6:38 PM >To: IBM-MAIN@bama.ua.edu >Subject: Re: Sending email via rexx > >Mark Zelden wrote: >> On Tue, 28 Jul 2009 13:19

Re: Sending email via rexx

2009-09-11 Thread Richards, Robert B.
: Friday, September 11, 2009 6:20 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Sending email via rexx Mark I want to send an attachment in an email using REXX. Could you please send me the rexx code if you have one? TIA -- For IBM-MAIN

Re: Sending email via rexx

2009-09-11 Thread Umamaheshwar Iyer
@bama.ua.edu Subject: Re: Sending email via rexx Mark Zelden wrote: > On Tue, 28 Jul 2009 13:19:57 -0500, gsg wrote: > >> Does anyone know how to send a email via a rexx routine? Also, are there >> any good LISTSERV specifically for rexx? >> >> TIA >> > >

Re: SMTP misuse (was: Sending email via rexx)

2009-07-30 Thread Patrick O'Keefe
On Thu, 30 Jul 2009 08:08:59 -0500, Paul Gilmartin wrote: >On Thu, 30 Jul 2009 11:05:45 +0200, CUNY Yann wrote: > >>You can use SMTP directly with REXX. (Socket REXX). >> >Here we go again. > >There are two email facilities generally available on z/OS: >one with a JES interface, customarily call

SMTP misuse (was: Sending email via rexx)

2009-07-30 Thread Paul Gilmartin
On Thu, 30 Jul 2009 11:05:45 +0200, CUNY Yann wrote: >You can use SMTP directly with REXX. (Socket REXX). > Here we go again. There are two email facilities generally available on z/OS: one with a JES interface, customarily called SMTP; the other with a socket interface, customarily called sendma

Re: Sending email via rexx

2009-07-30 Thread CUNY Yann
igine- De : IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] De la part de Patrick O'Keefe Envoyé : mercredi 29 juillet 2009 22:04 À : IBM-MAIN@bama.ua.edu Objet : Re: Sending email via rexx On Wed, 29 Jul 2009 09:13:55 -0400, Baraniecki, Ray wrote: >... >A

Re: Sending email via rexx

2009-07-29 Thread Patrick O'Keefe
On Wed, 29 Jul 2009 09:13:55 -0400, Baraniecki, Ray wrote: >... >Address TSO "XMIT BLDVMB.VNETIBM DDNAME(EMAILFIL) >... XMIT-formatted emails are rejected by our SMTP daemon with a message claiming we need the "gateway" function enabled - the part of the SMTP daemon that allows it to write to (

Re: Sending email via rexx

2009-07-29 Thread Ed Finnell
In a message dated 7/29/2009 8:07:21 A.M. Central Daylight Time, jcew...@acm.org writes: approached with care to avoid exhausting your JES resources and causing serious problems. For the few batch processes we have that do this, we have written a REXX front end to XMITIP which will proces

Re: Sending email via rexx

2009-07-29 Thread Baraniecki, Ray
BON CONSCIOUS. PLEASE CONSIDER OUR ENVIRONMENT BEFORE PRINTING THIS E-MAIL. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joel C. Ewing Sent: Wednesday, July 29, 2009 9:08 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Sending email via rexx

Re: Sending email via rexx

2009-07-29 Thread Joel C. Ewing
Mark Zelden wrote: On Tue, 28 Jul 2009 13:19:57 -0500, gsg wrote: Does anyone know how to send a email via a rexx routine? Also, are there any good LISTSERV specifically for rexx? TIA To start with the 2nd question: TSO-REXX. Subscribe at lists...@vm.marist.edu IBM's SMTPNOTE sample

Re: Sending email via rexx

2009-07-28 Thread Mark Zelden
On Tue, 28 Jul 2009 13:19:57 -0500, gsg wrote: >Does anyone know how to send a email via a rexx routine? Also, are there >any good LISTSERV specifically for rexx? > >TIA > To start with the 2nd question: TSO-REXX. Subscribe at lists...@vm.marist.edu IBM's SMTPNOTE sample is in REXX. It liv

Re: Sending email via rexx

2009-07-28 Thread Norris Jackson
Try going to Google and doing a search on "mainframe rexx email" . This is one of the results: http://www.ibmmainframes.com/about12103.html -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists..

Re: Sending email via rexx

2009-07-28 Thread gsg
Hal, I use XMITIP in batch, but never in REXX. Do you have any sample code that you can share? TIA -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM

Re: Sending email via rexx

2009-07-28 Thread Hal Merritt
Take a look at XMITIP. Works great for us. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of gsg Sent: Tuesday, July 28, 2009 1:20 PM To: IBM-MAIN@bama.ua.edu Subject: Sending email via rexx Does anyone know how to send a email via a rexx

Sending email via rexx

2009-07-28 Thread gsg
Does anyone know how to send a email via a rexx routine? Also, are there any good LISTSERV specifically for rexx? TIA -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with th