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 (May 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 12 May 2005 14:50:06 -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: Datastep email with outlook email engine
In-Reply-To:  <200505120744.j4C7id68001175@listserv.cc.uga.edu>
Content-type: text/plain; charset=US-ASCII

ben.powell@CLA.CO.UK replied: > I found a csv or jpeg could be attached successfully although not a > sas dataset,

A .csv file OUGHT to be readily attached through an SMTP server evne without MIME. It's just a simple text file, and SMTP should be able to handle that without resorting to the header-envelope-closer mess of MIME. JPEGs are kind of borderline here, and may or may not go through without MIME. It may even depend on the settings of your mail server. SAS data sets are likely to flag as binary files requiring MIME treatment, and that ought to cause problems with a straight SMTP connection. You can get around that with special (non-SAS) code to handle the MIME for you, although I don't see any reason you couldn't fake the MIME header and envelope yourself in a DATA step if you really wanted to.

Still, look on the bright side. You could be stuck using Groupwise or Lotus Notes instead.

David -- David Cassell, CSC Cassell.David@epa.gov Senior computing specialist mathematical statistician


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