# Can I specify additional recipients or add CC email addresses to Billing emails?

Yes, but this can only be done through the Dashboard. Read our [instructions](https://stripe.com/docs/invoicing/send-email#additional-email-recipients) for how to specify additional recipients for all of a customer’s Billing emails from the Dashboard.
You can also set this on a per-invoice basis for invoices where `collection_method` is `send_invoice`. From the Dashboard, after clicking **Send Invoice** from the Invoice page or during Invoice creation, you can specify additional email addresses. Any email addresses already specified on a customer’s billing information will be pre-populated in the CC field.
The Stripe API doesn’t support adding recipients to Billing emails. Similarly, viewing or retrieving these through the API or Stripe Sigma is unsupported at this time.
