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