correct, you can't use routes to send one email to multiple destinations. You can use email workers
correct, you can't use routes to send one email to multiple destinations. You can use email workers to do so if you don't mind using javascript
raw property, which is a ReadableStream of the message content. You'll have to parse it yourself with something like mime-parser.raw property, yup..raw() I think it's just a property like .raw but I could be wrong


export default {
async email(message, env, ctx) {
await message.forward("gmail1@gmail.com");
await message.forward("gmail2@gmail.com");
}
}Uncaught Error: No such module "cloudflare-internal:email".
imported from "cloudflare:email"Error 1015 Ray ID: 8bd01b872bd22eb5 • 2024-09-02 20:04:09 UTC
You are being rate limited
What happened?
The owner of this website (dash.cloudflare.com) has banned you temporarily from accessing this website.