Swoosh.Email.cc
You're seeing just the function
cc
, go back to Swoosh.Email module for more information.
Specs
cc(t(), Swoosh.Email.Recipient.t() | [Swoosh.Email.Recipient.t()]) :: t()
Adds new recipients in the cc
field.
Examples
iex> new() |> cc("steve.rogers@example.com")
%Swoosh.Email{assigns: %{}, attachments: [], bcc: [],
cc: [{"", "steve.rogers@example.com"}], from: nil, headers: %{}, html_body: nil,
private: %{}, provider_options: %{}, reply_to: nil, subject: "",
text_body: nil, to: []}