Using a SMTP node to test the AFP to PDF Transformers but the file is being attached to the email as .AFP instead of .PDF
Release : 14.0
There was no TRANSFRM keyword in the NODE or DEFNODE statements so there was no request to transform the file.
Add the TRANSFRM keyword as below:
DEFNODE EMAIL1,EMAIL01,CLASS=ALL,TCPDRIV=SMTP,
ACQUIRE=WORK,RELEASE=NOWORK,
TCPHOST=x.x.x.x,TCPPORT=25
*
NODE MAILPDF,EMAIL1,GROUP=0007,TRANSFRM=A2PD