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 (July 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 9 Jul 2002 14:47:35 +0200
Reply-To:   Jens <SHVQCHUKSNNP@SPAMMOTEL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jens <SHVQCHUKSNNP@SPAMMOTEL.COM>
Organization:   SAS Institute, Inc.
Subject:   Re: Emailing with SAS
Content-Type:   text/plain; charset=us-ascii; format=flowed

Harduin wrote: > Hello, > > I'm using SAS to send email to my users. I want to compose EMAIL with > HMTL from HPUX server: > > rsubmit; > filename myMail email "user@mycomp.fr" CONTENT_TYPE='text/html' > ENCODING='iso-8859-1';

To use the content-type, you should set options emailsys='/opt/sas/sas802.TS2M0/utilities/bin/sasm.elm.mime';

The path /opt/sas... is only an example. Verify it. Make sure that you have sendmail in your path. The default sasmailer script will not use mime.

Jens


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