Date: Wed, 22 Apr 2009 09:59:28 -0700
Reply-To: Bachenot2 <Michael.F.Murphy@SCE.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bachenot2 <Michael.F.Murphy@SCE.COM>
Organization: http://groups.google.com
Subject: Sending E-Mail to Multiple Receipents Using Lotus Notes
Content-Type: text/plain; charset=ISO-8859-1
I'm trying to send e-mail to multiple recipents using Enterprise Guide
where the e-mail system is Lotus Notes.
When sending to one receipent, it works fine.
But multiple receipents does not work.
Lotus notes evidently puts the email in this type of bracket: <>
So the statement:
To=Receipent1.sas
is put into the Lotus Notes format:
<Receipent1.sas>
If I try the following:
To=Receipent1.sas,Receipent2.sas,Receipent3.sas
Evidently, Lotus Notes puts it in this format:
<Receipent1.sas,Receipent2.sas,Receipent3.sas>
Has anyone been able to send out e-mail using Lotus Notes to multiple
receipents in a SAS program?