HristinaJ

Results 2 comments of HristinaJ

Recently I had a similar scenario as @chloemccarty, where I need to send emails through Mail to multiple recipients. Also, I use repeatable [emails] field. Following the provided solution for...

@n-mitchell I think it can be achieved using $components['additional-headers'] instead of $components['recipient'], but haven't tested it. `$components['additional_headers'] = "Bcc: $bcclist";`