EMAILFROM System Option

When sending e-mail by using SMTP, specifies whether the e-mail option FROM is required in either the FILE or FILENAME statement.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Communications: Email
PROC OPTIONS GROUP= EMAIL
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

EMAILFROM
specifies that the FROM e-mail option is required when sending e-mail by using either the FILE or FILENAME statements.
NOEMAILFROM
specifies that the FROM e-mail option is not required when sending e-mail by using either the FILE or FILENAME statements.

See Also

Statements:
FILE Statement in SAS Statements: Reference