bcc method
Sets the BCC (Blind Carbon Copy) recipient(s).
Implementation
@override
MailerInterface bcc(dynamic addresses) => defaultMailer.bcc(addresses);
Sets the BCC (Blind Carbon Copy) recipient(s).
@override
MailerInterface bcc(dynamic addresses) => defaultMailer.bcc(addresses);