Skip to content

Commit

Permalink
remove unnecessary config for email worker (#18586)
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone authored Dec 12, 2024
1 parent c72da67 commit 9ab0dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { WranglerConfig } from "~/components";

```toml
send_email = [
{type = "send_email", name = "<NAME_FOR_BINDING>", destination_address = "<YOUR_EMAIL>@example.com"},
{name = "<NAME_FOR_BINDING>", destination_address = "<YOUR_EMAIL>@example.com"},
]
```

Expand Down

0 comments on commit 9ab0dba

Please sign in to comment.