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.