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 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 10 Nov 2009 13:37:03 -0500
Reply-To:   Norman Weston <nweston@AMGEN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Norman Weston <nweston@AMGEN.COM>
Subject:   Re: from field with email from SAS

Try this:

filename mymail email "sendingemail@xyz.com" to=( &email_list. ) subject="&title_str" attach=("file.xls" ; data _null_; file mymail; put "&title_str"; run;

the above should send from whatever the sending email address is listed in the code.


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