Re: Send email from MVS cobol

2007-11-30 Thread Ulrich Krueger
EMAIL PROTECTED] On Behalf Of Gray, Larry - Larry A Sent: Friday, November 30, 2007 13:46 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol For your 3000 emails, were you sending directly to the endpoint? We processed a batch of 540 this morning in six minutes. But, I send emails to a ga

Re: Send email from MVS cobol

2007-11-30 Thread Gray, Larry - Larry A
D] On Behalf Of Gray, Larry - Larry A Sent: Friday, November 30, 2007 10:17 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol We only send email from our mainframe. We do not receive. Also, only batch jobs use the SMTP process, so it does not hurt in our instance. I wrote the progr

Re: Send email from MVS cobol

2007-11-30 Thread Ulrich Krueger
, Ulrich Krueger -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gary Green Sent: Friday, November 30, 2007 12:16 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol Ulrich, Thanks for the information. I did not know that SMTP was s

Re: Send email from MVS cobol

2007-11-30 Thread Gary Green
the answer. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ulrich Krueger Sent: Friday, November 30, 2007 2:54 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol Larry, If email sent from the mainframe is not time-critical (i

Re: Send email from MVS cobol

2007-11-30 Thread Ulrich Krueger
ilto:[EMAIL PROTECTED] On Behalf Of Gray, Larry - Larry A Sent: Friday, November 30, 2007 10:17 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol We only send email from our mainframe. We do not receive. Also, only batch jobs use the SMTP process, so it does not hurt in our instan

Re: Send email from MVS cobol

2007-11-30 Thread Gray, Larry - Larry A
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ulrich Krueger Sent: Friday, November 30, 2007 12:05 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol Larry, I'd like to point out that the SMTP task is a very "singl

Re: Send email from MVS cobol

2007-11-30 Thread Howard Brazee
On 30 Nov 2007 08:45:59 -0800, [EMAIL PROTECTED] (McKown, John) wrote: >Didn't see the original. > >You know how to submit email via JCL. Why not have your COBOL program >create a JCL stream for each message it wants to email and just write >that JCL stream out to a DD statement allocated to an DD

Re: Send email from MVS cobol

2007-11-30 Thread Ulrich Krueger
>On Fri, 30 Nov 2007 06:56:09 -0800 (PST), Bill Gentry ><[EMAIL PROTECTED]> wrote: > >>Have an interesting challenge. I have a requirement that dictates >>that email be sent from an MVS (z/OS) cobol program. In >>oversimplified terms, this means that I'd read a file that would >>contain email ad

Re: Send email from MVS cobol

2007-11-30 Thread Ulrich Krueger
, 2007 08:43 To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol If you are using the SMTP service that reads spool, you can put multiple emails into a single spool output. We have one job that sent over 400 emails from the same step. Make sure the last line of the data contains a single period.

Re: Send email from MVS cobol

2007-11-30 Thread Lionel B Dyck
You could look at Andy Roberson's XMITMAIL here is the url: http://home.clara.net/andywrobertson/mvsxmitmail.html Lionel B. Dyck, Consultant/Specialist Enterprise Platform Services, Mainframe Engineering KP-IT Enterprise Engineering 925-926-5332 (8-473-5332) | E-Mail: [EMAIL PROTECTED] AIM:

Re: Send email from MVS cobol

2007-11-30 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Howard Brazee > Sent: Friday, November 30, 2007 10:38 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: Send email from MVS cobol > > > On Fri, 30 Nov 2007 06:56:

Re: Send email from MVS cobol

2007-11-30 Thread Gary Green
0, 2007 11:38 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol On Fri, 30 Nov 2007 06:56:09 -0800 (PST), Bill Gentry <[EMAIL PROTECTED]> wrote: >Have an interesting challenge. I have a requirement that dictates >that email be sent from an MVS (z/OS) cobol program

Re: Send email from MVS cobol

2007-11-30 Thread Gray, Larry - Larry A
ering Lowe's Companies 336-658-7944 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Howard Brazee Sent: Friday, November 30, 2007 11:38 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Send email from MVS cobol On Fri, 30 Nov 2007 06:56:09 -0800 (

Re: Send email from MVS cobol

2007-11-30 Thread Howard Brazee
On Fri, 30 Nov 2007 06:56:09 -0800 (PST), Bill Gentry <[EMAIL PROTECTED]> wrote: >Have an interesting challenge. I have a requirement that dictates >that email be sent from an MVS (z/OS) cobol program. In >oversimplified terms, this means that I'd read a file that would >contain email addresses