bcc abstract method

MailerInterface bcc(
  1. dynamic addresses
)

Sets the BCC (Blind Carbon Copy) recipient(s).

Implementation

MailerInterface bcc(dynamic addresses);