Announcement

Collapse
No announcement yet.

Send "Bcc" copies with emails?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    I don't see this as a bug:

    Code:
            <MvIF EXPR = "{ NOT ISNULL l.bcc_addresses }">
                <MvASSIGN NAME = "l.to_addresses"     VALUE = "{ l.to_addresses $ ',' $ l.bcc_addresses }">
            </MvIF>
    That is the way I think that the RCPT command is suppose to work:

    1. 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.
    I tested a few BCC merchant confirmation emails and they work without appearing in the mail headers.

    What issues are you having?





    http://www.alphabetsigns.com/

    Comment

    Working...
    X