LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2010, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 29 Dec 2010 12:00:42 -0500
Reply-To:     Suzanne McCoy <Suzanne.McCoy@CATALINAMARKETING.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Suzanne McCoy <Suzanne.McCoy@CATALINAMARKETING.COM>
Subject:      Re: Configure SAS to send email
Comments: To: Eva Pradhan <ep828322@ALBANY.EDU>
In-Reply-To:  <201012291649.oBTBqA2a009146@willow.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

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.

above came from http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-emailsys.htm

smtp is a lot easier to deal with but some sys admins do not allow smtp from their servers (not as secure I guess)

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Eva Pradhan Sent: Wednesday, December 29, 2010 11:50 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Configure SAS to send email

Can anyone suggest the code to be used to configure SAS (9.2) to send

email (Lotus Notes 8.5) automatically.

I know we need to change the SASV9.cfg file but I couldn't make it to work.

Thanks in advance everyone.


Back to: Top of message | Previous page | Main SAS-L page