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 (April 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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?


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