

" character from the "Content" field.

hello@example.com to example@gmail.com. I was wondering if there was a way I could add hello@example.com inside of the Gmail settings (see attached image) so that I can send emails from hello@example.com as well using a Google account. I'm sure I've done something similar to this in the past but this was not when my mailing records were going through Cloudflare for routing. Thanks for any ideas and help :)
gmail.com address will be visible in the email header for all example.com email you do send. Just a reminder, email routing is inbound only, there is no outbound component unless you use workers.
"Contenthello@example.comhello@example.comhello@example.comexample@gmail.comgmail.comexample.comexport default {
async email(message, env, ctx) {
await message.forward("gmail1@gmail.com");
await message.forward("gmail2@gmail.com");
}
}