Options statement

Use the Options statement to change the processing behavior of CSSMTP.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-Options--| Put Braces and Parameters on Separate Lines |----><

Put Braces and Parameters on Separate Lines

|--+-{----------------------+-----------------------------------|
   +-| Options Parameters |-+   
   '-}----------------------'   

Options Parameters

   .-NullTrnc NO---------.   
|--+---------------------+--------------------------------------|
   '-NullTrnc +-YES----+-'   
              '-+----+-'     
                '-NO-'       

Parameters

NullTrnc
Specifies whether the trailing null characters are stripped from mail command records. The mail command records include EHLO, HELO, MAIL, RCPT, DATA, and STARTTLS.
NO
The trailing null characters are not stripped from the mail command records by CSSMTP. This is the default value.
YSE
The trailing null characters are stripped from the mail command records by CSSMTP.