System Options under UNIX |
Default: | SMTP |
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Category: | Communications: Email |
PROC OPTIONS GROUP= | |
UNIX specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
-EMAILSYS SMTP | name-of-script |
EMAILSYS=SMTP | name-of-script |
specifies the Simple Mail Transfer Protocol (SMTP) electronic mail interface.
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=, depending on your site configuration.
You can set the EMAILSYS option at any time in your SAS session.
See Also |
Sending Mail from within Your SAS Session in UNIX Environments
Sending Electronic Mail Using the FILENAME Statement (EMAIL)
EMAILHOST System Option in SAS Language Reference: Dictionary
EMAILPORT System Option in SAS Language Reference: Dictionary
SMTP E-mail Interface in SAS Language Reference: Concepts
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.