Dennis

It appears I need a space between the email addresses to have addresses instead 
of a , or ;

thanks Marc



From: Dennis McGrath 
Sent: Tuesday, August 31, 2010 3:22 PM
To: RBASE-L Mailing List 
Subject: [RBASE-L] - RE: What is wrong with the BCC?


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:  [email protected],[email protected],

                     [email protected],[email protected],[email protected], 

                    .........

                     [email protected]|Subject:Marc          
                     Subj Text AAA|Body: Hi   Body... notes BBB'         

Reply via email to