| 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
|