Sending mail to multiple members

Permalink
Hello,

I am using the mail helper to send to about 10 users. I currently loop over the 'to->()' row with each email. The mail sends fine but in the email each users receives you can see all of the email recipients email addresses.

How can I use the mail helper to send multiple email to a list but privately without the users seeing each others email...?

Thanks

 
Ale replied on at Permalink Reply
The mail helper in Concrete 5.5.1 and newer has function bcc() which you can use the same way as to(). It seems that it isn't documented yet...

http://www.concrete5.org/documentation/developers/helpers/mail/...