Try separating your addresses with a semicolon instead of a comma

Dennis

________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of MDRD
Sent: Tuesday, August 31, 2010 3:14 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - What is wrong with the BCC?


Hi

I am trying to send BCC emails to 50 addresses at time.  The VBccc var looks 
correct with
several emails separated by a comma, but the addresses do not show up on the 
MapiMail2 screen.

I can not figure out what I am missing, my code looks like the examples I have 
looked at.

Thanks Marc

........
........
  SELECT (LISTOF(patemail)) INTO vbcc FROM  memail   +
  WHERE patemail EXISTS AND numemails BETWEEN .vstart AND .vend
  SET VAR vbody TEXT = ('Hi ' +.vreturn + .vemailmess + (CHAR  (013)) )

    SET VAR vparameters = (.vquote +'vResult' &.vpipe ++
    'To: '+.vdremail & .vpipe ++
    'BCC: '+.vbcc & .vpipe ++
    'Subject:'+ .vdrname & .vsubject & .vpipe + +
    'Body: '+.vbody + .vquote)

  PLUGINS mapimail2.rbl &vparameters

vparameters        =
'vResult|To: [email protected]|BCC<mailto:[email protected]|BCC>:  
[email protected],[email protected],<mailto:[email protected],[email protected],>
                     
[email protected],mdrd37<mailto:[email protected],[email protected]>[email protected],[email protected]<mailto:[email protected],[email protected],[email protected]>,
                    .........
                     
[email protected]|Subject:Marc<mailto:[email protected]|Subject:Marc>
                     Subj Text AAA|Body: Hi   Body... notes BBB'

Reply via email to