Feature Request: Add CC/BCC support in email compose
Author: dgcjjCreated Sep 2, 2026Updated Sep 2, 2026
Feature Request: CC/BCC Support
Current Behavior
The compose window only has a "To" field. There is no way to add CC or BCC recipients.
Expected Behavior
Add CC and BCC input fields in the compose window, similar to standard email clients.
Use Case
CC and BCC are standard email features used in almost every business and personal email workflow:
- CC: notify additional recipients who should be aware of the conversation
- BCC: send to multiple recipients without exposing their addresses to each other
Technical Notes
Resend API already supports cc and bcc parameters natively:
So the implementation would mainly involve:
- Adding CC/BCC input fields in the compose UI (
mail-vue) - Passing the values to the send email API in the backend (
mail-worker)
Environment
- Cloud Mail version: v3.2.0
- Domain: self-hosted on Cloudflare Workers
This is a commonly requested feature. Would love to see it in a future release!
Source: maillab/cloud-mail