Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/src/content/docs/deployment/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,12 @@ the provider under **Settings → Email**.
| `binding` | `string` | `"EMAIL"` | Name of the `send_email` binding in `wrangler.jsonc`. |

<Aside type="note">
BCC and attachments are out of scope (not modeled in EmDash's `EmailMessage`),
and the provider is never auto-selected — you must choose it under Settings →
Email.
BCC and attachments are out of scope (not modeled in EmDash's `EmailMessage`).
After you activate the plugin under **Admin → Extensions**, EmDash selects it
automatically if it is the only active email provider; with more than one,
choose the one you want under **Settings → Email**. Under `astro dev` the
built-in console provider counts as a second provider, so in dev you always
pick there.
</Aside>

## Environment Variables
Expand Down
Loading