SAS System Options under Windows |
Default: | MAPI |
Valid in: | configuration file, SAS invocation |
Category: | Environment control: Email |
PROC OPTIONS GROUP= | |
Windows specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
-EMAILSYS MAPI | VIM | SMTP |
specifies to use the Messaging Application Program Interface (MAPI) electronic mail interface. This value is the default.
specifies to use the Vendor Independent Mail (VIM) electronic mail interface.
specifies to use the Simple Mail Transfer Protocol e-mail interface.
Details |
SAS supports three types of protocols: MAPI (such as Microsoft Exchange), Vendor Independent Mail (VIM--such as Lotus Notes) and SMTP. The default value is MAPI. If you specify SMTP, you must also specify and configure the EMAILHOST and EMAILPORT system options. SMTP is available only when you are sending e-mail programmatically. SMTP is not available using either your e-mail program native dialog box or the SAS e-mail dialog box.
See Also |
The SMTP E-mail Interface in SAS Language Reference: Concepts.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.