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 (July 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 27 Jul 2005 07:53:59 -0700
Reply-To:     kary seno <karyseno@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         kary seno <karyseno@YAHOO.COM>
Subject:      Re: Sending out emails using SAS Code
In-Reply-To:  <OF8C90748F.E1BD1FEF-ON8525704B.004E3D0B-8525704B.004E61EC@hgsi.com>
Content-Type: text/plain; charset=iso-8859-1

Chida, it's easy, concentrate on adding these options to configuration file. the difficult part is asking the right IT / email expert about the correct values to use for

"-emailhost" and "-emailport".

Base SAS 8.12 and 9 is all you need.

Be persisent

-EMAILSYS smtp -EMAILPORT 25 -EMAILHOST your_company_SMTP_email_server EMAILAUTHPROTOCOL= none /* *** EMAILID= the_default_sender@yourcompany.com *** */

msglevel= i

/* errorabend */

Sundar Chidambaram Sent by: "SAS(r) Discussion" 07/27/2005 09:37 AM Please respond to Sundar Chidambaram

To: SAS-L@LISTSERV.UGA.EDU cc: Subject: Sending out emails using SAS Code

Hi:

I am trying to send out an automated email using SAS code, with an attachment of the recent report updates for each month.

I am familiar with the code for sending out an email, but I would like to know how should I configure my email engine in SAS? I only have the BASE SAS Module, would I require any other module to run the email configuration in SAS?

Thanks in advance.

Chida.

--------------------------------- Start your day with Yahoo! - make it your home page


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