Previous Page | Next Page

SAS System Options

EMAILPW= System Option



Specifies an e-mail logon password.
Valid in: configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Communications: Email
PROC OPTIONS GROUP= EMAIL

Syntax
Syntax Description
Details
Comparisons
See Also

Syntax

EMAILPW= "password"


Syntax Description

PASSWORD

specifies the logon password for your logon name.

Restriction: If "password" contains a space, you must enclose the value in double quotation marks.

Details

You can use encoded e-mail passwords. When a password is encoded with PROC PWENCODE, the output string includes a tag that identifies the string as having been encoded. An example of a tag is {sas001}. The tag indicates the encoding method. Encoding a password enables you to avoid e-mail access authentication with a password in plaintext. Passwords that start with "{sas" trigger an attempt to be decoded. If the decoding succeeds, then that decoded password is used. If the decoding fails, then the password is used as is. For more information, see PROC PWENCODE in the Base SAS Procedures Guide.

Operating Environment Information:   In the Windows operating system, SAS will prompt you for an e-mail ID and a password if the EMAILSYS system option is set to MAPI or VIM, or if you do not specify the EMAILID and EMAILPW system options at invocation, or if you are not otherwise logged on to your e-mail system. If the EMAILSYS system option is set to SMTP, SAS will not prompt you for an e-mail ID and a password.  [cautionend]


Comparisons

For the SMTP access method, use this option in conjunction with the EMAILID=, EMAILAUTHPROTOCOL=, EMAILPORT, and EMAILHOST system options. EMAILID= provides the user name, EMAILPW= provides the password, EMAILPORT specifies the port to which the SMTP server is attached, EMAILHOST specifies the SMTP server that supports e-mail access for your site, and EMAILAUTHPROTOCOL= provides the protocol.


See Also

System Options:

EMAILAUTHPROTOCOL= System Option

EMAILHOST= System Option

EMAILID= System Option

EMAILPORT System Option

Previous Page | Next Page | Top of Page