I don't see this as a bug:
That is the way I think that the RCPT command is suppose to work:
I tested a few BCC merchant confirmation emails and they work without appearing in the mail headers.
What issues are you having?
Code:
<MvIF EXPR = "{ NOT ISNULL l.bcc_addresses }"> <MvASSIGN NAME = "l.to_addresses" VALUE = "{ l.to_addresses $ ',' $ l.bcc_addresses }"> </MvIF>
- RCPT command, to establish a recipient of the message. This command can be issued multiple times, one for each recipient. These addresses are also part of the envelope.
What issues are you having?
Comment