mail worker to multiple emails?

hey, i want to forward mails to multiple other mails using workers, but its not working, here is my setup:
export default {
async email(message, env, ctx) {
await message.forward("ticocraftmcpe@gmail.com");
await message.forward("tobiasrothmeier1807@gmail.com");
}
}
export default {
async email(message, env, ctx) {
await message.forward("ticocraftmcpe@gmail.com");
await message.forward("tobiasrothmeier1807@gmail.com");
}
}
No description
No description
No description
No description
2 Replies
Tizo
TizoOP5mo ago
pls ping me if you answer
Razboy20
Razboy205mo ago
Have you checked your worker's logs?

Did you find this page helpful?