Swoosh.Email.cc

You're seeing just the function cc, go back to Swoosh.Email module for more information.

Specs

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: []}