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 (November 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 21 Nov 2000 16:29:06 GMT
Reply-To:   Perry Bratis <pbratis@MY-DEJA.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Perry Bratis <pbratis@MY-DEJA.COM>
Organization:   Deja.com - Before you buy.
Subject:   Attachment option on email filename

Hi all-

Does anyone know of any discontinued support for attachments via the email filename? I am on HP-UX and the following code executes perfectly in V6.12.

filename mymail email "abc@def.com" subject="Attached email" attach='test.txt' ;

data _null_; file mymail; put "Message body"; run;

Now when running 8.1, I receive the following:

NOTE: The file MYMAIL is: E-Mail Access Device

Message(s) received from the pipe command: /opt/sasinstall/sas81/utilities/bin/sasmailer does not support attachments. Mail not sent.

Thoughts? Workarounds?

TIA Perry Bratis

Sent via Deja.com http://www.deja.com/ Before you buy.


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