Faxing IFS Files using the SMTPFAXCS command - Support

Faxing IFS Files using the SMTPFAXCS command

From Support

Jump to: navigation, search

The SMTPFAXCS command can be used to fax IFS files from the AS/400 via the Castelle Faxpress Fax Server.

SMTPFAXCS was added in SMTP/400 V1.60

Fax IFS File via FaxPress (SMTPFAXCS)

SMTPFAXCS parameters

IFS File to Fax - This is the name of a IFS file to fax. Normally this will be a PDF file, however the Castelle Faxpress server should also be able to fax RTF and HTML documents as well.

To Name - Name of fax recipient.

To Fax Phone - Recipient fax phone number.

To Company - Recipient company name.

To Phone - Recipient voice phone number.

Subject - Fax subject.

Message - Text message if desired.

From email address - Enter a from email address where the fax info will bounce back to. This is also the originator of the fax. The from address is taken from the FROMADDR data area if *DEFAULT is specified.

Note: A host entry must be set up for host RJS_FAXPRESS in the AS/400 host configuration table: GO CFGTCP, option 10. The IP address for RJS_FAXPRESS must point to the Windows server running the Castelle SMTP gateway.

Example: This example faxes an IFS file named /test.pdf

SMTPFAXCS IFSFILE('/test.pdf') TONAME('Test User') TOFAX('999-999-9999') TOCOMPANY(RJS) TOPHONE('999-999-9999') SUBJECT('Test Fax') MESSAGE('This is a test fax') FRADDRESS(support@rjssoft.com)
Personal tools