any plans to change this in the future? looking for an option to forward incoming email to an unveri
any plans to change this in the future? looking for an option to forward incoming email to an unverified email

Is there a way to have an email route to multiple destination addresses? IsEmail Worker
Is this something that would need to be done through an email worker?yes


example@example.com" (Cloudflare custom domain "example.com") to your iCloud address "example@icloud.com" (iCloud's domain "icloud.com" ), the actual IMAP details you need, will be the ones that are valid for the "example@icloud.com" account on iCloud.
example@example.comexample.comexample@icloud.comexample@icloud.comicloud.comexport default {
async email(message, env, ctx) {
await message.forward("gmail1@gmail.com");
await message.forward("gmail2@gmail.com");
}
}