Page 1 of 1

IEBGENER to send e-mail

PostPosted: Mon Sep 13, 2010 5:51 pm
by nm992
I am using IEBGENER utility to send a e-mail as an attchement of file LRECL=133.
I am getting MAXX CC=0 but I am not able to receive e-mail.Is there any linit on LRECL?

Re: IEBGENER to send e-mail

PostPosted: Mon Sep 13, 2010 6:05 pm
by MrSpock
See Section 4.5.3 in the SMTP RFC 2821 definition:

text line
The maximum total length of a text line including the <CRLF> is
1000 characters (not counting the leading dot duplicated for
transparency). This number may be increased by the use of SMTP
Service Extensions.

Re: IEBGENER to send e-mail

PostPosted: Mon Sep 13, 2010 6:32 pm
by Robert Sample
This is an issue you cannot avoid consulting your site support group to resolve. Possible problems include the output class you are using, the writer name you are using, the format of the email, SMTP issues, TCP/IP issues, having line numbers in your email (which will keep the email from being sent) -- and that's just the start. Your site support group can help you identify where the problem is and how to resolve it.

Re: IEBGENER to send e-mail

PostPosted: Mon Sep 13, 2010 11:49 pm
by dick scherrer
Hello,

How big is the problem e-mail? Most systems have a limit. . .

Do any e-mails work correctly?

Suggest you create a very small e-mail for testing and if there are problems, resolve these with your site support group (as Robert mentioned).

Re: IEBGENER to send e-mail

PostPosted: Tue Sep 14, 2010 1:18 pm
by nm992
Thanks...

My System admin helped m eand I got the solution

Re: IEBGENER to send e-mail

PostPosted: Tue Sep 14, 2010 11:48 pm
by dick scherrer
Good to hear it is working - thank you for letting us know :)

If you post what was changed to fix this, it will probably help someone else one day.

d