EMAILSYS System Option: UNIX

Specifies the e-mail protocol to use for sending electronic mail.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Communications: E-mail
PROC OPTIONS GROUP= EMAIL
Default: SMTP
UNIX specifics: all

Syntax

-EMAILSYS SMTP | name-of-script
EMAILSYS=SMTP | name-of-script

Required Arguments

SMTP
specifies the Simple Mail Transfer Protocol (SMTP) electronic mail interface.
name-of-script
specifies which script to use for sending electronic mail from within SAS. Some external scripts do not support sending e-mail attachments. These scripts are not supported by SAS.

Details

The EMAILSYS system option specifies which e-mail protocol to use for sending electronic mail from within SAS. Specifying SMTP supports sending e-mail attachments on UNIX, but might require changing the values of the EMAILHOST= and EMAILPORT= system options, depending on your site configuration.
You can set the EMAILSYS option at any time in your SAS session.

See Also

System Options:
EMAILHOST= System Option in SAS System Options: Reference
EMAILPORT System Option in SAS System Options: Reference