Swoosh.Email.bcc

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

Specs

Adds new recipients in the bcc field.

iex> new() |> bcc("steve.rogers@example.com")
%Swoosh.Email{assigns: %{}, attachments: [], bcc: [{"", "steve.rogers@example.com"}],
 cc: [], from: nil, headers: %{}, html_body: nil,
 private: %{}, provider_options: %{}, reply_to: nil, subject: "",
 text_body: nil, to: []}