BambooSes.Message.Destination.put_cc

You're seeing just the function put_cc, go back to BambooSes.Message.Destination module for more information.
Link to this function

put_cc(destination, recipients)

View Source

Specs

put_cc(t(), [Bamboo.Email.address()]) :: t()
put_cc(t(), Bamboo.Email.address()) :: t()

Adds single recipient or list of recipients to the "Cc" field of the destination struct

Example

put_cc(destination, [{"John Doe", "john.doe@example.com"}, {"Jane Doe", "jane.doe@example.com"}]
put_cc(destination, {"John Doe", "john.doe@example.com"})