Spool - SMTP TO CSSMTP DEFINITION CHANGE - TEXT FILE HAS TRAILING JUNK VALUES
search cancel

Spool - SMTP TO CSSMTP DEFINITION CHANGE - TEXT FILE HAS TRAILING JUNK VALUES

book

Article ID: 248532

calendar_today

Updated On:

Products

Spool

Issue/Introduction

When using the CSSMTP definitions and a text file was sent, the text attachment has some junk values added at the end of the file.

Here are the DEFNODE and printer definitions:

DEFNODE CSSMTP01,CSSMTP,GROUP=3,ACQUIRE=TIME,RELEASE=NOWORK,
CLASS=AB,OUTLIM=99900,TCPDRIV=CSSMTP,TCPHOST=<hostname>.<yourdomain>,
VPSOPT=6,TCPPRT=<yourdomain>

DESTID QDEST=CSSMTP4,FADDRES1='FILENAME=&FNM.TXT',
FADDRES2='TO=<emailaddress>@<yourdomain>',
FADDRES3='CC=<emailaddress>@<yourdomain>',
FADDRES4='SUBJECT=TESTING CSSMTP FIX'
NODE CSSMTP4,CSSMTP01,ALIAS=CSSMTP4,VPS=CSSMTP4,VPSERROR=PASS,
VPSFILE=5,DRIVPRM1='CSSMTPWR=SMTP'

Environment

Release : 14.0

Component : Spool

Resolution

Spool 14.0 PTF LU05855

The following items are included in this solution:
 
1. CSSMTP DRIVER IGNORES FILENAME ON OUTPUT STATEMENT USERDATA
 
2. ESF988 CSSMTP ALLOCATE FAILED-RC=12,ERROR=035C,INFO=0001
 
3. CSSMTP ATTACHMENTS ARE MISSING OR CORRUPT WHEN USING OUTLOOK
 
=============================================================================
 
CSSMTP DRIVER IGNORES FILENAME ON OUTPUT STATEMENT USERDATA
 
PROBLEM DESCRIPTION:
Parameters specified on the OUTPUT statement USERDATA parameter are ignored by the CSSMPT print driver.
 
SYMPTOMS:
None of the information on the OUTPUT statement USERDATA parameter is used by the CSSMTP print driver.
 
IMPACT:
The missing USERDATA information causes unexpected results.  For example, if FILENAME=ABC.PDF is specified in order to receive the Spool file data as a PDF attachment, the data will be delivered in the email body instead.