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 (October 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 20 Oct 2000 10:14:34 -0700
Reply-To:   Cassell.David@EPAMAIL.EPA.GOV
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "David L. Cassell" <Cassell.David@EPAMAIL.EPA.GOV>
Subject:   Re: Using Lotus Notes to send e-mails from SAS
Content-type:   text/plain; charset=us-ascii

Victor Bos wrote [in part]: > I'm trying to setup SAS to automatically send e-mails from datasteps. > This works fine when I use Outlook Express as e-mail client on the PC that runs SAS. > Unfortunately, when the PC runs Lotus Notes -which is the 'standard' e-mail > client for the company- I can't get it running.

If that's what you need, your best bet may be to use a data step to write your own email messages. You'll have to mimic the RFC822 protocol yourself. Just build a null data step which opens a pipe to your SMTP server via a filename statement, and then sends the header and mail information via put statements. It's not the cleanest solution, but it's not too awful.

That said, we never were able to get Lotus Notes to recognize all the header information we wanted to impart, despite the immense efforts that my co-worker [or cow-orker :-] Rich Leduc put into it. And the calls he put to SAS tech support. He finally settled on a Perl solution using the Net::SMTP module [IIRC] and had it working in a day. Or less. C'est la vie.

Good luck, David -- David Cassell, OAO Corp. Cassell.David@epa.gov Senior computing specialist mathematical statistician


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