Swoosh.Email.put_bcc
You're seeing just the function
put_bcc
, go back to Swoosh.Email module for more information.
Specs
put_bcc(t(), Swoosh.Email.Recipient.t() | [Swoosh.Email.Recipient.t()]) :: t()
Puts new recipients in the bcc
field.
It will replace any previously added bcc
recipients.